Skip to content

Commit 8d87dfa

Browse files
SimJoStbackportbot[bot]
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 567cb21 commit 8d87dfa

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
@@ -474,7 +474,6 @@ public function getDefaultEntryIds(bool $withFallbacks = true): array {
474474
foreach ($storedIds as $id) {
475475
if (in_array($id, $entryIds, true)) {
476476
$ids[] = $id;
477-
break;
478477
}
479478
}
480479
return array_filter($ids);

0 commit comments

Comments
 (0)