mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
Moved queue handling back to common ... forgot to introduce session start when error handling ... oopsie
git-svn-id: file:///svn/phpbb/trunk@4595 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -207,7 +207,10 @@ class messenger
|
||||
|
||||
function error($type, $msg)
|
||||
{
|
||||
global $phpEx, $phpbb_root_path;
|
||||
global $user, $phpEx, $phpbb_root_path;
|
||||
|
||||
// Session doesn't exist, create it
|
||||
$user->start();
|
||||
|
||||
include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||
add_log('critical', $type . '_ERROR', $msg);
|
||||
|
Reference in New Issue
Block a user