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 = [];