aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-13 12:15:32 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-13 12:15:32 +0000
commiteaa4023fb402f764050401d70f6297811b826547 (patch)
tree3c1d6f290b9fbd9565732dfc04198da840b37c97 /phpBB/includes/functions.php
parentc764ab621f86b56874545e75988723c0bf645b8c (diff)
downloadforums-eaa4023fb402f764050401d70f6297811b826547.tar
forums-eaa4023fb402f764050401d70f6297811b826547.tar.gz
forums-eaa4023fb402f764050401d70f6297811b826547.tar.bz2
forums-eaa4023fb402f764050401d70f6297811b826547.tar.xz
forums-eaa4023fb402f764050401d70f6297811b826547.zip
#13315
git-svn-id: file:///svn/phpbb/trunk@7880 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 958b245e1a..9c5fde9316 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4294,7 +4294,7 @@ function page_footer($run_cron = true)
'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '',
'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',
- 'U_ACP' => ($auth->acl_get('a_') && $user->data['is_registered']) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", '', true, $user->session_id) : '')
+ 'U_ACP' => ($auth->acl_get('a_') && $user->data['is_registered']) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '')
);
// Call cron-type script