Bugfix typo
This commit is contained in:
parent
954eebcdc1
commit
d808676489
|
|
@ -43887,7 +43887,7 @@ function Firmendaten($field,$projekt="")
|
||||||
if(empty($pathArr) || !is_dir($prefix.'/'.implode('/', $pathArr))) {
|
if(empty($pathArr) || !is_dir($prefix.'/'.implode('/', $pathArr))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$glob = glob($prefix.implode('/', $pathArr).'/*'); /*/*
|
$glob = glob($prefix.implode('/', $pathArr).'/*'); /**/
|
||||||
if(!empty($glob)) {
|
if(!empty($glob)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue