diff options
Diffstat (limited to 'app/controllers/document.php')
| -rw-r--r-- | app/controllers/document.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/document.php b/app/controllers/document.php index da15ebe..5057d9e 100644 --- a/app/controllers/document.php +++ b/app/controllers/document.php @@ -21,7 +21,7 @@ class DocumentController extends StudipController if ($file_ref) { $this->redirect($file_ref->getDownloadURL($disposition === 'inline' ? 'normal' : 'force')); } else { - throw new Trails_Exception(404); + throw new Trails\Exception(404); } } } |
