aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-19 13:54:44 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-20 10:08:24 +0200
commit80cc3acbbc9613aaa8e2fef50f44ecc14a146e96 (patch)
treeb0a0c799f9d67944a9fd9d3fd84a7be78f07d625 /app/controllers
parent02705fea8f97a09f73f8077da759169d515b7c25 (diff)
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin/courses.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/courses.php b/app/controllers/admin/courses.php
index 5292a88..72d0dc8 100644
--- a/app/controllers/admin/courses.php
+++ b/app/controllers/admin/courses.php
@@ -1503,7 +1503,7 @@ class Admin_CoursesController extends AuthenticatedController
20 => [
'name' => _('Notiz'),
'title' => _('Notiz'),
- 'url' => $this->noticeURL('%s'),
+ 'url' => str_replace('CID_PARAM', '%s', $this->noticeURL('CID_PARAM')),
'attributes' => ['data-dialog' => 'size=auto'],
'partial' => 'notice-action.php',
],