diff options
Diffstat (limited to 'app/controllers/institute/overview.php')
| -rw-r--r-- | app/controllers/institute/overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/institute/overview.php b/app/controllers/institute/overview.php index 603e632..41459f9 100644 --- a/app/controllers/institute/overview.php +++ b/app/controllers/institute/overview.php @@ -141,7 +141,7 @@ class Institute_OverviewController extends AuthenticatedController } // Fetch news - $response = $this->relayWithRedirect('news/display/' . $this->institute_id); + $response = $this->relayWithRedirect('news/display/' . $this->institute_id . '/true'); $this->news = $response->body; // Fetch votes |
