Fixed B&D bug
This commit is contained in:
parent
ea90d9bb28
commit
4a435d99a9
5
mod.php
5
mod.php
@ -1025,7 +1025,10 @@
|
|||||||
// Delete too
|
// Delete too
|
||||||
if($mod['type'] >= $config['mod']['delete'] && isset($_POST['delete']) && isset($_POST['board'])) {
|
if($mod['type'] >= $config['mod']['delete'] && isset($_POST['delete']) && isset($_POST['board'])) {
|
||||||
openBoard($_POST['board']);
|
openBoard($_POST['board']);
|
||||||
deletePost(round($_POST['delete']));
|
|
||||||
|
$post = round($_POST['delete']);
|
||||||
|
|
||||||
|
deletePost($post);
|
||||||
|
|
||||||
// Record the action
|
// Record the action
|
||||||
modLog("Deleted post #{$post}");
|
modLog("Deleted post #{$post}");
|
||||||
|
Loading…
Reference in New Issue
Block a user