Small fix when I tryed to resolve a merge conflict

This commit is contained in:
johnnyq 2022-01-07 14:47:47 -05:00
parent 00a7fdb6f7
commit 3de0ef51ec
1 changed files with 0 additions and 1 deletions

View File

@ -3774,7 +3774,6 @@ if(isset($_POST['edit_contact'])){
$dest_path = $upload_file_dir . $new_file_name;
move_uploaded_file($file_tmp_path, $dest_path);
asset
//Delete old file
unlink("uploads/clients/$session_company_id/$client_id/$existing_file_name");