mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27: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))) {
|
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
Block a user