aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r--phpBB/modcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php
index 5c2fc26620..5e113f93ca 100644
--- a/phpBB/modcp.php
+++ b/phpBB/modcp.php
@@ -85,7 +85,7 @@ if( $cancel )
{
$redirect = "index.$phpEx";
}
- header("Location: " . append_sid($redirect));
+ header("Location: " . append_sid($redirect, true));
}
//