diff --git a/lib/private/app.php b/lib/private/app.php index 3df3a0e5ba..56422f2305 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -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) {