Skip to content

Commit

Permalink
Update Menu.php
Browse files Browse the repository at this point in the history
Signed-off-by: Tarcisio Cesar <tarcisiocms@outlook.com>
  • Loading branch information
tarcisiocms authored Jan 23, 2024
1 parent 461b9f8 commit 4db82a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/Navigation/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ protected function renderNormalMenu(
// find deepest active
$found = $this->findActive($container, $minDepth, $maxDepth);
if ($found) {
$foundPage = $found['page'];
$foundPage = $found['page'];
$foundDepth = $found['depth'];
}
}
Expand Down

0 comments on commit 4db82a7

Please sign in to comment.