inc/mod/pages.php

This commit is contained in:
Czterooki 2013-07-20 00:05:08 -04:00
parent ad7d15535b
commit 01d9ad9d43

View File

@ -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}");