From cb361bc95fb87e46644a27e6d2fd1cbbb79dabd0 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Fri, 22 Nov 2013 19:01:31 -0800 Subject: [PATCH] Issue #2121209 by swentel, Bojhan: Remove empty 'Web services' category in 'Configuration'. --- .../system/lib/Drupal/system/Controller/SystemController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/lib/Drupal/system/Controller/SystemController.php b/core/modules/system/lib/Drupal/system/Controller/SystemController.php index 597471ef77bb..6145a11837f1 100644 --- a/core/modules/system/lib/Drupal/system/Controller/SystemController.php +++ b/core/modules/system/lib/Drupal/system/Controller/SystemController.php @@ -101,7 +101,7 @@ public function overview() { '#content' => $this->systemManager->getAdminBlock($item), ); - if (!empty($block['content'])) { + if (!empty($block['content']['#content'])) { $block['show'] = TRUE; } -- GitLab