aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/oer/endpoints.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/oer/endpoints.php')
-rw-r--r--app/controllers/oer/endpoints.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/oer/endpoints.php b/app/controllers/oer/endpoints.php
index 31563f5..9a0f3f5 100644
--- a/app/controllers/oer/endpoints.php
+++ b/app/controllers/oer/endpoints.php
@@ -410,7 +410,7 @@ class Oer_EndpointsController extends StudipController
$this->response->add_header('Content-Length', filesize($this->material->getFrontImageFilePath()));
$this->render_text(file_get_contents($this->material->getFrontImageFilePath()));
} else {
- throw new Trails_Exception(404);
+ throw new Trails\Exception(404);
}
}