mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
changed "his" to "their"
also inadvertently made vichan woke
This commit is contained in:
parent
39f4f5cd0b
commit
2cd1ea4095
4
post.php
4
post.php
@ -237,11 +237,11 @@ if (isset($_POST['delete'])) {
|
||||
if (isset($_POST['file'])) {
|
||||
// Delete just the file
|
||||
deleteFile($id);
|
||||
modLog("User deleted file from his own post #$id");
|
||||
modLog("User deleted file from their own post #$id");
|
||||
} else {
|
||||
// Delete entire post
|
||||
deletePost($id);
|
||||
modLog("User deleted his own post #$id");
|
||||
modLog("User deleted their own post #$id");
|
||||
}
|
||||
|
||||
_syslog(LOG_INFO, 'Deleted post: ' .
|
||||
|
Loading…
Reference in New Issue
Block a user