mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 06:21:07 -05:00
Merge pull request #57500 from nextcloud/backport/57357/stable31
This commit is contained in:
commit
89d171ae48
1 changed files with 0 additions and 1 deletions
|
|
@ -473,7 +473,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