Skip to content

Commit

Permalink
fix(navigation): do not init navigation data too soon
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Aug 13, 2024
1 parent cee227a commit 20f2b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/NavigationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function add($entry) {
$this->closureEntries[] = $entry;
return;
}
$this->init();

$id = $entry['id'];

Expand Down

0 comments on commit 20f2b84

Please sign in to comment.