diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-27 06:11:25 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-27 06:11:25 +0000 |
| commit | 4f847abc09405f0cf848f7b4b5a5a283acc6131d (patch) | |
| tree | 94912425ef703757cf63fd19f8463a73e594cf9c /app/controllers/materialien | |
| parent | 05fefe4a2d9582e48131c82cee4d25cef2db40f5 (diff) | |
integrate trails, fixes #4102
Closes #4102
Merge request studip/studip!3034
Diffstat (limited to 'app/controllers/materialien')
| -rw-r--r-- | app/controllers/materialien/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/materialien/files.php b/app/controllers/materialien/files.php index 804668e..6f45767 100644 --- a/app/controllers/materialien/files.php +++ b/app/controllers/materialien/files.php @@ -510,7 +510,7 @@ class Materialien_FilesController extends MVVController $mvv_file = MvvFile::find($mvvfile_id); if (!$mvv_file) { - throw new Trails_Exception(404); + throw new Trails\Exception(404); } $this->doc_year = $mvv_file->year; |
