mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
More changes ... switched away from prefetch for now ...
git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -165,7 +165,7 @@ if ( !(extract($db->sql_fetchrow($result))) )
|
||||
$userdata['user_style'] = ( $default_style ) ? $default_style : $userdata['user_style'];
|
||||
$session->configure($userdata);
|
||||
|
||||
$acl = new auth('forum', $userdata, $forum_id);
|
||||
$acl = new acl('forum', $userdata, $forum_id);
|
||||
|
||||
//
|
||||
// Start auth check
|
||||
|
Reference in New Issue
Block a user