NavigationItem: Re-introduce a default priority of 100

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-04 14:20:21 +02:00
parent b2a0f1b9c2
commit 2af06e9415
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {