Skip to content

Commit

Permalink
Update NavigationLink.php
Browse files Browse the repository at this point in the history
undo da inicializacao
  • Loading branch information
goncalomartins authored Nov 2, 2017
1 parent 492e02c commit 180f70c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subsystems/navigation/Navigation/Lib/NavigationLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ function merge ($navigationMap, $prepend = false)
$link->parent ($this);
if (is_string ($key) && !exists ($link->rawUrl ()))
$link->url ($key);
else
$link->url ('');//initialize child because it will get the parent's id
}
if ($prepend)
$this->links = array_merge ($navigationMap, $this->links);
Expand Down

0 comments on commit 180f70c

Please sign in to comment.