Remove not needed variable

This commit is contained in:
Morris Jobke 2016-02-14 21:44:53 +01:00
parent ac367b97f0
commit 6cd3fa2ed7

View file

@ -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) {