forked from leftypol/leftypol
inc/mod/pages.php
This commit is contained in:
parent
ad7d15535b
commit
01d9ad9d43
1 changed files with 0 additions and 1 deletions
|
@ -1055,7 +1055,6 @@ function mod_delete($board, $post) {
|
||||||
if (!hasPermission($config['mod']['delete'], $board))
|
if (!hasPermission($config['mod']['delete'], $board))
|
||||||
error($config['error']['noaccess']);
|
error($config['error']['noaccess']);
|
||||||
|
|
||||||
// Delete post
|
|
||||||
deletePost($post);
|
deletePost($post);
|
||||||
// Record the action
|
// Record the action
|
||||||
modLog("Deleted post #{$post}");
|
modLog("Deleted post #{$post}");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue