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:
parent
caa05e41a2
commit
32d3573e56
2
post.php
2
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);
|
||||
|
Loading…
Reference in New Issue
Block a user