Merge pull request #22381 from owncloud/remove-not-needed-variable

Remove not needed variable
This commit is contained in:
Thomas Müller 2016-02-15 12:02:03 +01:00
commit 7b858d7c4a
1 changed files with 0 additions and 1 deletions

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