From 053615c2c42347f1dc941293aeeae02f4c059bff Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 4 Dec 2022 00:08:16 +0100 Subject: [PATCH] remove this unused "$topMenuAppsOrder" local variable --- lib/Controller/JsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Controller/JsController.php b/lib/Controller/JsController.php index c0831a9..2ba62ed 100644 --- a/lib/Controller/JsController.php +++ b/lib/Controller/JsController.php @@ -95,7 +95,6 @@ class JsController extends Controller { $topMenuApps = $this->config->getAppValueArray('top-menu-apps', '[]'); $topSideMenuApps = $this->config->getAppValueArray('top-side-menu-apps', '[]'); - $topMenuAppsOrder = $this->config->getAppValueArray('top-menu-apps-order', '[]'); $targetBlankApps = $this->config->getAppValueArray('target-blank-apps', '[]'); $useAvatar = $this->config->getAppValueBool('use-avatar', '0'); $isForced = $this->config->getAppValueBool('force', '0');