Do not return app names multiple times

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/6739/head
Julius Härtl 8 years ago
parent 8d1b32e597
commit ec0091d499
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      lib/private/legacy/app.php

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

Loading…
Cancel
Save