From 14b9bbbf9366ab3d3d3d0e464c1b80c4cf64281b Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 17 Sep 2005 18:01:54 +0000 Subject: [PATCH] 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 --- phpBB/includes/usercp_register.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/usercp_register.php b/phpBB/includes/usercp_register.php index 03b1600d38..735bb6e63c 100644 --- a/phpBB/includes/usercp_register.php +++ b/phpBB/includes/usercp_register.php @@ -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 = '';