aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 194d8bf979..c1a5004ac1 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -130,7 +130,7 @@ else if ($pane == 'left')
elseif ($pane == 'right')
{
$action = request_var('action', '');
- $mark = implode(', ', request_var('mark', 0));
+ $mark = (isset($_REQUEST['mark'])) ? implode(', ', request_var('mark', 0)) : '';
if ($mark)
{