mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:28:55 +00: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:
parent
bec72db2be
commit
6e54257d30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue