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 = '';