mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
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))) {
|
||||
return;
|
||||
}
|
||||
$glob = glob($prefix.implode('/', $pathArr).'/*'); /*/*
|
||||
$glob = glob($prefix.implode('/', $pathArr).'/*'); /**/
|
||||
if(!empty($glob)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user