From 6cd3fa2ed7ba30e6e12f8809b0afbe1d2872323a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 14 Feb 2016 21:44:53 +0100 Subject: [PATCH] Remove not needed variable --- lib/private/app.php | 1 - 1 file changed, 1 deletion(-) 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) {