Remove not needed variable

remotes/origin/users-ajaxloadgroups
Morris Jobke 2016-02-14 21:44:53 +07:00
parent ac367b97f0
commit 6cd3fa2ed7
1 changed files with 0 additions and 1 deletions

@ -771,7 +771,6 @@ class OC_App {
//we don't want to show configuration for these
$blacklist = \OC::$server->getAppManager()->getAlwaysEnabledApps();
$appList = array();
$l = \OC::$server->getL10N('core');
foreach ($installedApps as $app) {
if (array_search($app, $blacklist) === false) {