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…
Reference in New Issue