diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-08-19 13:54:44 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-08-20 10:08:24 +0200 |
| commit | 80cc3acbbc9613aaa8e2fef50f44ecc14a146e96 (patch) | |
| tree | b0a0c799f9d67944a9fd9d3fd84a7be78f07d625 /app/controllers/admin/courses.php | |
| parent | 02705fea8f97a09f73f8077da759169d515b7c25 (diff) | |
wiptic-5353
Diffstat (limited to 'app/controllers/admin/courses.php')
| -rw-r--r-- | app/controllers/admin/courses.php | 2 |
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', ], |
