Do not return app names multiple times

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/6739/head
Julius Härtl 2017-10-03 15:03:11 +07:00
parent 8d1b32e597
commit ec0091d499
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 0 deletions

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