diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 8d215efb..9ccdcb77 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -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}");