[-] BO : filename should be allowed to be empty #PSCFV-3592
This commit is contained in:
@@ -761,7 +761,7 @@ class ValidateCore
|
||||
*/
|
||||
public static function isFileName($name)
|
||||
{
|
||||
return preg_match('/^[a-zA-Z0-9_.-]*$/', $name);
|
||||
return preg_match('/^[a-zA-Z0-9_.-]+$/', $name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user