Do not return app names multiple times

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-10-03 15:03:11 +02:00
parent 8d1b32e597
commit ec0091d499
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -768,6 +768,8 @@ class OC_App {
}
}
$apps = array_unique($apps);
return $apps;
}