kept since it sounds better

This commit is contained in:
Lorenzo Yario
2024-03-15 13:22:45 -07:00
committed by GitHub
parent caa05e41a2
commit 32d3573e56

View File

@@ -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);