diff --git a/code/extensions/LeftAndMainSubsites.php b/code/extensions/LeftAndMainSubsites.php index 07f6704..7cc5c0e 100644 --- a/code/extensions/LeftAndMainSubsites.php +++ b/code/extensions/LeftAndMainSubsites.php @@ -23,7 +23,7 @@ class LeftAndMainSubsites extends Extension { Subsite::changeSubsite($_GET['SubsiteID']); //Redirect to clear the current page - return $this->owner->redirect('admin/pages'); + return $this->owner->redirect('admin/'); } // Set subsite ID based on currently shown record @@ -189,4 +189,4 @@ class LeftAndMainSubsites extends Extension { return $this->owner->redirect(Controller::join_links($this->owner->Link('show'), $newPage->ID)); } -} \ No newline at end of file +}