From 0bbae0db43e2072f8df1ec1da3b6a3d0cea0d106 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 7 Jul 2019 14:04:14 +0200 Subject: [PATCH] Only show article list menu item if user can access any catgory Close #2960 --- .../page/handler/ArticleListPageHandler.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php index 6240d47137..aef47baae3 100644 --- a/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php @@ -1,5 +1,6 @@