mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
missing global auth
git-svn-id: file:///svn/phpbb/trunk@3463 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -799,7 +799,7 @@ include($phpbb_root_path . 'includes/page_tail.' . $phpEx);
|
|||||||
//
|
//
|
||||||
function mcp_header($template_name, $forum_nav = FALSE, $jump_mode = 'forum_view')
|
function mcp_header($template_name, $forum_nav = FALSE, $jump_mode = 'forum_view')
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx, $SID, $template, $user, $db, $config;
|
global $phpbb_root_path, $phpEx, $SID, $template, $user, $auth, $db, $config;
|
||||||
global $forum_id, $forum_info;
|
global $forum_id, $forum_info;
|
||||||
|
|
||||||
$forum_id = (!empty($forum_id)) ? $forum_id : FALSE;
|
$forum_id = (!empty($forum_id)) ? $forum_id : FALSE;
|
||||||
|
Reference in New Issue
Block a user