remove this unused "$topMenuAppsOrder" local variable

This commit is contained in:
Simon Vieille 2022-12-04 00:08:16 +01:00
parent 113e4db9b6
commit 053615c2c4

View file

@ -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');