mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
Correct test for whether a style was selected [Bug #129]
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5209 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -829,9 +829,9 @@ else
|
||||
$coppa = FALSE;
|
||||
}
|
||||
|
||||
if ( !isset($user_template) )
|
||||
if ( !isset($user_style) )
|
||||
{
|
||||
$selected_template = $board_config['system_template'];
|
||||
$user_style = $board_config['default_style'];
|
||||
}
|
||||
|
||||
$avatar_img = '';
|
||||
|
Reference in New Issue
Block a user