läuft schon
This commit is contained in:
@ -41,7 +41,7 @@ if(!in_array($fileType, $allowTypes))
|
||||
}
|
||||
|
||||
$newFilename = getNewFilename($targetDir, $fileType, 20);
|
||||
if($newFilename.strlen() == 0)
|
||||
if(strlen($newFilename) == 0)
|
||||
{
|
||||
$result = new CMsg(
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user