From 01d9ad9d43bce7e37a546cf12bcc346ce356da66 Mon Sep 17 00:00:00 2001 From: Czterooki Date: Sat, 20 Jul 2013 00:05:08 -0400 Subject: [PATCH] inc/mod/pages.php --- inc/mod/pages.php | 1 - 1 file changed, 1 deletion(-) 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}");