Bugfix typo

This commit is contained in:
Xenomporio 2022-08-20 12:09:07 +02:00
parent 954eebcdc1
commit d808676489

View File

@ -43887,7 +43887,7 @@ function Firmendaten($field,$projekt="")
if(empty($pathArr) || !is_dir($prefix.'/'.implode('/', $pathArr))) {
return;
}
$glob = glob($prefix.implode('/', $pathArr).'/*'); /*/*
$glob = glob($prefix.implode('/', $pathArr).'/*'); /**/
if(!empty($glob)) {
return;
}