Skip to content

Commit

Permalink
Locked message did not include data anymore on edit
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Sep 2, 2020
1 parent 2705007 commit 24d4e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edithtml.php
Expand Up @@ -153,7 +153,7 @@ function update_access_time($row_edit){
$file_handle = fopen($xerte_toolkits_site->users_file_area_full . $row_edit['template_id'] . "-" . $row_edit['username'] . "-" . $row_edit['template_name'] . "/lockfile.txt",'w');
fwrite($file_handle, $new_lock_file);
fclose($file_handle);
output_locked_file_code($lock_file_creator_username);
output_locked_file_code($lock_file_creator);
}
//}
}
Expand Down

0 comments on commit 24d4e47

Please sign in to comment.