[-] BO : fix #PSCFV-4053

This commit is contained in:
lLefevre
2012-10-16 09:52:07 +00:00
parent 5a05e05f47
commit f67dbd5f39
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ class ValidateCore
*/
public static function isGenericName($name)
{
return empty($name) || preg_match('/^[^<>;=#{}]*$/u', $name);
return empty($name) || preg_match('/^[^<>=#{}]*$/u', $name);
}
/**