From 6347403ed7fe1f373bdd00410d89b8973d7e3db7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Aug 2022 13:53:40 +0200 Subject: [PATCH] (cq) remove unsed variable --- lib/Service/AppRepository.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Service/AppRepository.php b/lib/Service/AppRepository.php index d91ec75..258c5c5 100644 --- a/lib/Service/AppRepository.php +++ b/lib/Service/AppRepository.php @@ -53,7 +53,6 @@ class AppRepository { $navigation = $this->ocApp->getNavigation(); $appCategoriesCustom = $this->config->getAppValueArray('apps-categories-custom', '[]'); - $categoriesCustom = $this->config->getAppValueArray('categories-custom', '[]'); $categories = $this->categoryRepository->getOrderedCategories(); $apps = $this->ocApp->listAllApps(); $visibleApps = [];