Merge pull request #57500 from nextcloud/backport/57357/stable31

This commit is contained in:
Kate 2026-01-19 00:02:40 +01:00 committed by GitHub
commit 89d171ae48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);