diff --git a/app/controllers/institute/overview.php b/app/controllers/institute/overview.php index 99a59cabfabf4a6c2c5f2ff83075a062eac64ad4..f511bd47ef720df04459db73bd202f33943d52c0 100644 --- a/app/controllers/institute/overview.php +++ b/app/controllers/institute/overview.php @@ -62,7 +62,8 @@ class Institute_OverviewController extends AuthenticatedController throw new Exception('Invalid redirection'); } - $this->redirect(URLHelper::getURL($redirect_to, ['cid' => $this->institute_id])); + $this->response->add_header('Location', URLHelper::getURL($redirect_to, ['cid' => $this->institute_id])); + $this->render_nothing(); return; }