aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/course/change_view.php
diff options
context:
space:
mode:
authorPhilipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de>2024-09-24 10:53:31 +0200
committerPhilipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de>2024-09-24 10:53:31 +0200
commit4459dd7917f4d1c34f40bb68f0e991e9c3d53e4c (patch)
tree5c07151ae61276d334e88f6309c30d439a85c12e /app/controllers/course/change_view.php
parentda0022e5c1abbf9825ae76debaabdff7e8623bb4 (diff)
parent97a188592c679890a25c37ab78463add76a52ff7 (diff)
Merge branch 'main' into issue-3911issue-3911
Diffstat (limited to 'app/controllers/course/change_view.php')
-rw-r--r--app/controllers/course/change_view.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/controllers/course/change_view.php b/app/controllers/course/change_view.php
index 156a68a..63395b6 100644
--- a/app/controllers/course/change_view.php
+++ b/app/controllers/course/change_view.php
@@ -16,7 +16,6 @@
*/
class Course_ChangeViewController extends AuthenticatedController
{
- // see Trails_Controller#before_filter
public function before_filter(&$action, &$args)
{
parent::before_filter($action, $args);
@@ -28,7 +27,7 @@ class Course_ChangeViewController extends AuthenticatedController
* Sets the current course into participant view.
* Only available for tutor upwards.
*
- * @throws Trails_Exception Someone with unfitting rights tried to call here.
+ * @throws Trails\Exception Someone with unfitting rights tried to call here.
*/
public function set_changed_view_action()
{
@@ -43,7 +42,7 @@ class Course_ChangeViewController extends AuthenticatedController
* Resets a course currently in participant view to normal view
* with real rights.
*
- * @throws Trails_Exception Someone with unfitting rights tried to call here.
+ * @throws Trails\Exception Someone with unfitting rights tried to call here.
*/
public function reset_changed_view_action()
{