mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 12:00:26 +02:00
Added some passthru support to login
Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -225,7 +225,7 @@ function init_userprefs($userdata)
|
||||
global $theme;
|
||||
if(!$override_user_themes)
|
||||
{
|
||||
if($userdata['user_id'] != ANONYMOUS || $userdata['user_id'] != DELETED)
|
||||
if(($userdata['user_id'] != ANONYMOUS || $userdata['user_id'] != DELETED) && $userdata['user_theme'])
|
||||
{
|
||||
$theme = setuptheme($userdata['user_theme']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user