mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/9970] Rename validate_language() to validate_language_iso_name().
PHPBB3-9970
This commit is contained in:
@@ -65,7 +65,7 @@ class ucp_prefs
|
||||
|
||||
$error = validate_data($data, array(
|
||||
'dateformat' => array('string', false, 1, 30),
|
||||
'lang' => array('language'),
|
||||
'lang' => array('language_iso_name'),
|
||||
'tz' => array('num', false, -14, 14),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user