mirror of https://github.com/itflow-org/itflow
Small fix when I tryed to resolve a merge conflict
This commit is contained in:
parent
00a7fdb6f7
commit
3de0ef51ec
1
post.php
1
post.php
|
|
@ -3774,7 +3774,6 @@ if(isset($_POST['edit_contact'])){
|
||||||
$dest_path = $upload_file_dir . $new_file_name;
|
$dest_path = $upload_file_dir . $new_file_name;
|
||||||
|
|
||||||
move_uploaded_file($file_tmp_path, $dest_path);
|
move_uploaded_file($file_tmp_path, $dest_path);
|
||||||
asset
|
|
||||||
//Delete old file
|
//Delete old file
|
||||||
unlink("uploads/clients/$session_company_id/$client_id/$existing_file_name");
|
unlink("uploads/clients/$session_company_id/$client_id/$existing_file_name");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue