mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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 $default_lang, $date_format, $sys_timezone;
|
||||||
global $theme;
|
global $theme;
|
||||||
|
|
||||||
if(!$override_user_theme)
|
if(!$override_user_themes)
|
||||||
{
|
{
|
||||||
if($userdata['user_id'] != ANONYMOUS || $userdata['user_id'] != DELETED)
|
if($userdata['user_id'] != ANONYMOUS || $userdata['user_id'] != DELETED)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user