Skip to content

Commit 78a2551

Browse files
SimJoStAndyScherzinger
authored andcommitted
fix(NavigationManager): Remove break to return all defaultEntryIds
Otherwise only the first entry id is returned, breaking loading the value for the "Global Default App" option Signed-off-by: Joda Stößer <git@simjo.st>
1 parent 141810c commit 78a2551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/private/NavigationManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ public function getDefaultEntryIds(bool $withFallbacks = true): array {
473473
foreach ($storedIds as $id) {
474474
if (in_array($id, $entryIds, true)) {
475475
$ids[] = $id;
476-
break;
477476
}
478477
}
479478
return array_filter($ids);

0 commit comments

Comments
 (0)