Updated Building Map / added liezen export import script
This commit is contained in:
@@ -168,7 +168,7 @@ class BuildingModel {
|
||||
}
|
||||
}
|
||||
|
||||
if(is_array($filter['type']) && count($filter['type'])) {
|
||||
if(array_key_exists("type", $filter) && is_array($filter['type']) && count($filter['type'])) {
|
||||
$ot = $filter['type'];
|
||||
$in = [];
|
||||
foreach($ot as $type) {
|
||||
|
||||
Reference in New Issue
Block a user