Skip to content

Commit

Permalink
Fix hook disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Feb 19, 2024
1 parent 35cbdf3 commit 9ef0cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/NavigationRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ private function getRedirectPage(array $page): array

private function dispatchEvent(Event $event): void
{
if (! $this->moduleModel->hofff_navigation_disableHooks) {
if ($this->moduleModel->hofff_navigation_disableHooks) {
return;
}

Expand Down

0 comments on commit 9ef0cd3

Please sign in to comment.