mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
Do not return app names multiple times
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8d1b32e597
commit
ec0091d499
1 changed files with 2 additions and 0 deletions
|
|
@ -768,6 +768,8 @@ class OC_App {
|
|||
}
|
||||
}
|
||||
|
||||
$apps = array_unique($apps);
|
||||
|
||||
return $apps;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue