Skip to content

Commit 89d171a

Browse files
Merge pull request #57500 from nextcloud/backport/57357/stable31
2 parents 9e98b4d + 78a2551 commit 89d171a

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)