aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_logs.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_logs.php')
-rw-r--r--phpBB/includes/acp/acp_logs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_logs.php b/phpBB/includes/acp/acp_logs.php
index f23f1e8079..402209e66c 100644
--- a/phpBB/includes/acp/acp_logs.php
+++ b/phpBB/includes/acp/acp_logs.php
@@ -26,8 +26,8 @@ class acp_logs
$action = request_var('action', '');
$forum_id = request_var('f', 0);
$start = request_var('start', 0);
- $deletemark = (isset($_POST['delmarked'])) ? true : false;
- $deleteall = (isset($_POST['delall'])) ? true : false;
+ $deletemark = (!empty($_POST['delmarked'])) ? true : false;
+ $deleteall = (!empty($_POST['delall'])) ? true : false;
$marked = request_var('mark', array(0));
// Sort keys