1
0
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:
Hari Sankar R
2012-04-07 23:15:12 +05:30
parent 1808a61fe3
commit 03a35581c4
3 changed files with 6 additions and 5 deletions

View File

@@ -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(