diff options
Diffstat (limited to 'app/controllers/siteinfo.php')
| -rw-r--r-- | app/controllers/siteinfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/siteinfo.php b/app/controllers/siteinfo.php index ab81660..7bc95cb 100644 --- a/app/controllers/siteinfo.php +++ b/app/controllers/siteinfo.php @@ -37,7 +37,7 @@ class SiteinfoController extends StudipController } else { $action = 'show'; if ($this->page_is_draft || ($this->page_disabled_nobody && $GLOBALS['user']->id === 'nobody')) { - throw new Trails_Exception(404); + throw new Trails\Exception(404); } } $this->add_navigation($action); |
