aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/document.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-27 06:11:25 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2024-05-27 06:11:25 +0000
commit4f847abc09405f0cf848f7b4b5a5a283acc6131d (patch)
tree94912425ef703757cf63fd19f8463a73e594cf9c /app/controllers/document.php
parent05fefe4a2d9582e48131c82cee4d25cef2db40f5 (diff)
integrate trails, fixes #4102
Closes #4102 Merge request studip/studip!3034
Diffstat (limited to 'app/controllers/document.php')
-rw-r--r--app/controllers/document.php2
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);
}
}
}