inc/mod/pages.php
This commit is contained in:
parent
ad7d15535b
commit
01d9ad9d43
@ -1055,7 +1055,6 @@ function mod_delete($board, $post) {
|
||||
if (!hasPermission($config['mod']['delete'], $board))
|
||||
error($config['error']['noaccess']);
|
||||
|
||||
// Delete post
|
||||
deletePost($post);
|
||||
// Record the action
|
||||
modLog("Deleted post #{$post}");
|
||||
|
Loading…
Reference in New Issue
Block a user