Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noopable committed Oct 31, 2014
1 parent 1d3f160 commit c270c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Navigation/AbstractContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public function valid()
*/
public function hasChildren()
{
return $this->hasPages();
return $this->current()->hasPages();
}

/**
Expand Down

0 comments on commit c270c1e

Please sign in to comment.