Skip to content

Commit

Permalink
Merge pull request #35 from rizkysyazuli/bugfix/wrong-submenu-class
Browse files Browse the repository at this point in the history
Fix wrong submenu class
  • Loading branch information
Eworm authored Nov 6, 2019
2 parents 07ff20e + ab2131a commit e8093fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigKahuna/BigKahunaTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private function getItems($pages, $locale, $root = true)

if ($page['items']) {
// Return the submenu html
$html .= $this->getItems($page['items'], false);
$html .= $this->getItems($page['items'], $locale, false);
}

$html .= '</li>';
Expand Down

0 comments on commit e8093fe

Please sign in to comment.