mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
b2a0f1b9c2
commit
2af06e9415
@ -117,6 +117,7 @@ class NavigationItem implements IteratorAggregate
|
||||
public function __construct($name, array $properties = null)
|
||||
{
|
||||
$this->setName($name);
|
||||
$this->priority = 100;
|
||||
$this->children = new Navigation();
|
||||
|
||||
if (! empty($properties)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user