mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Just throwing this in ... dependencies still not complete ... the GUI and storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET
git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -955,7 +955,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
|
||||
die("Unable to show notice, \$user class hasn't been instantiated yet.<br />Error triggered in: " . $errfile .":". $errline);
|
||||
}
|
||||
|
||||
if (empty($user->session_id))
|
||||
if (empty($user->data))
|
||||
{
|
||||
$user->start();
|
||||
}
|
||||
@@ -996,6 +996,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
|
||||
|
||||
include($phpbb_root_path . 'includes/page_tail.' . $phpEx);
|
||||
}
|
||||
exit;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user