diff --git a/core/modules/system/lib/Drupal/system/Controller/SystemController.php b/core/modules/system/lib/Drupal/system/Controller/SystemController.php index f736353..d574d22 100644 --- a/core/modules/system/lib/Drupal/system/Controller/SystemController.php +++ b/core/modules/system/lib/Drupal/system/Controller/SystemController.php @@ -137,7 +137,7 @@ public function overview() { */ public function compactPage($mode) { user_cookie_save(array('admin_compact_mode' => ($mode == 'on'))); - return $this->redirect('front'); + return $this->redirect(''); } }