mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Minor change to var in user_prefs
git-svn-id: file:///svn/phpbb/trunk@215 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -228,7 +228,7 @@ function init_userprefs($userdata)
|
||||
global $default_lang, $date_format, $sys_timezone;
|
||||
global $theme;
|
||||
|
||||
if(!$override_user_theme)
|
||||
if(!$override_user_themes)
|
||||
{
|
||||
if($userdata['user_id'] != ANONYMOUS || $userdata['user_id'] != DELETED)
|
||||
{
|
||||
|
Reference in New Issue
Block a user