Merge branch 'master' into 2.4

This commit is contained in:
mark_story 2013-03-14 20:54:42 -04:00
commit e97b3acebb
9 changed files with 72 additions and 7 deletions

View file

@ -92,7 +92,7 @@ class Validation {
if (empty($check) && $check != '0') {
return false;
}
return self::_check($check, '/^[\p{Ll}\p{Lm}\p{Lo}\p{Lt}\p{Lu}\p{Nd}]+$/mu');
return self::_check($check, '/^[\p{Ll}\p{Lm}\p{Lo}\p{Lt}\p{Lu}\p{Nd}]+$/Du');
}
/**