Skip to content

Commit

Permalink
issue #133
Browse files Browse the repository at this point in the history
Fixed problem with removing empty pages
  • Loading branch information
butschster committed May 30, 2016
1 parent 32b2526 commit ec95785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ public function render($view = null)
{
$this->findActivePage();
$this->filterByAccessRights();
$this->filterEmptyPages();

$this->sort();

if (! is_null($view)) {
Expand Down

0 comments on commit ec95785

Please sign in to comment.