mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Merge pull request #57357 from Freiheitswolke/fix/NavigationManager/Remove-break-to-return-all-defaultEntryIds
This commit is contained in:
commit
258b30606f
1 changed files with 0 additions and 1 deletions
|
|
@ -474,7 +474,6 @@ class NavigationManager implements INavigationManager {
|
|||
foreach ($storedIds as $id) {
|
||||
if (in_array($id, $entryIds, true)) {
|
||||
$ids[] = $id;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return array_filter($ids);
|
||||
|
|
|
|||
Loading…
Reference in a new issue