This commit is contained in:
Dmitry (dio) Levashov
2012-04-11 21:02:45 +04:00
parent 39921f8a4e
commit bf11f521dc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1846,6 +1846,7 @@ abstract class elFinderVolumeDriver {
$f = $this->nameValidator;
return $f($name);
}
return preg_match($this->nameValidator, $name);
}
return true;