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