1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

missing global auth

git-svn-id: file:///svn/phpbb/trunk@3463 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-02-07 18:27:15 +00:00
parent 660bcb0636
commit 2a411523a9

View File

@ -799,7 +799,7 @@ include($phpbb_root_path . 'includes/page_tail.' . $phpEx);
//
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;
$forum_id = (!empty($forum_id)) ? $forum_id : FALSE;