mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
CompareBasketObject: objects should stay objects
This commit is contained in:
parent
1d787ccb47
commit
b4839f6855
@ -31,7 +31,7 @@ class CompareBasketObject
|
||||
static::normalize($v);
|
||||
}
|
||||
unset($v);
|
||||
$value = $sorted;
|
||||
$value = (object) $sorted;
|
||||
|
||||
// foreign baskets might not sort those lists correctly:
|
||||
if (isset($value->list_name) && isset($value->entries)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user