mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
78bde98c18
commit
14b9bbbf93
1 changed files with 2 additions and 2 deletions
|
@ -829,9 +829,9 @@ else
|
||||||
$coppa = FALSE;
|
$coppa = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !isset($user_template) )
|
if ( !isset($user_style) )
|
||||||
{
|
{
|
||||||
$selected_template = $board_config['system_template'];
|
$user_style = $board_config['default_style'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$avatar_img = '';
|
$avatar_img = '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue