1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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