diff --git a/app/controllers/consultation/overview.php b/app/controllers/consultation/overview.php index 8f80d26131d5aeb9e0b47a1dc3c6637c235e83b1..e7456da5d9a78cf778c9000b5595ab13f13eb5e9 100644 --- a/app/controllers/consultation/overview.php +++ b/app/controllers/consultation/overview.php @@ -14,6 +14,10 @@ class Consultation_OverviewController extends ConsultationController { parent::before_filter($action, $args); + if ($this->range->isEditableByUser()) { + $this->redirect('consultation/admin'); + } + PageLayout::setTitle(sprintf( '%s: %s', $this->getConsultationTitle(),