mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10561] Reverted to phpbb_style_is_active()
Changes made to function name, reverted to old. PHPBB3-10561
This commit is contained in:
@@ -65,9 +65,9 @@ class ucp_prefs
|
||||
{
|
||||
$data['style'] = $config['default_style'];
|
||||
}
|
||||
else if (!phpbb_validate_style($data['style']))
|
||||
else if (!phpbb_style_is_active($data['style']))
|
||||
{
|
||||
$data['style'] = (int) $user->data['user_style']);
|
||||
$data['style'] = (int) $user->data['user_style'];
|
||||
}
|
||||
|
||||
$error = validate_data($data, array(
|
||||
|
Reference in New Issue
Block a user