mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +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'])) {
|
if (isset($_POST['file'])) {
|
||||||
// Delete just the file
|
// Delete just the file
|
||||||
deleteFile($id);
|
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 {
|
} else {
|
||||||
// Delete entire post
|
// Delete entire post
|
||||||
deletePost($id);
|
deletePost($id);
|
||||||
|
Loading…
Reference in New Issue
Block a user