aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php
index 3df3a0e5bac..56422f2305c 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) {