diff --git a/post.php b/post.php index b4d699df..0182b15c 100644 --- a/post.php +++ b/post.php @@ -406,7 +406,7 @@ if (isset($_POST['delete'])) { if (isset($_POST['file'])) { // Delete just the file deleteFile($id); - modLog("User at $ip deleted file from his own post #$id"); + modLog("User at $ip deleted file from their own post #$id"); } else { // Delete entire post deletePost($id);