diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-09-02 13:27:38 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-09-02 13:27:38 +0000 |
| commit | 52e91615306676b1df0e40cfbd36f70568b7f8f5 (patch) | |
| tree | d3837636f6019a85489e1c8031902ca6ddd29726 /app/controllers/course/dates.php | |
| parent | 682e4fd2a6ce3e683f271e5685f5c4fe55d3b49e (diff) | |
Replace occurences of `url_for('/...')` with appropriate `action_url()`
Closes #1189
Merge request studip/studip!736
Diffstat (limited to 'app/controllers/course/dates.php')
| -rw-r--r-- | app/controllers/course/dates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/course/dates.php b/app/controllers/course/dates.php index be7b387..9c803b7 100644 --- a/app/controllers/course/dates.php +++ b/app/controllers/course/dates.php @@ -624,7 +624,7 @@ class Course_DatesController extends AuthenticatedController } PageLayout::postSuccess(sprintf(_('Es wurden %u Ordner erstellt.'), $count)); $this->response->add_header('X-Dialog-Close', '1'); - $this->relocate($this->url_for('/index')); + $this->relocate($this->action_url('index')); } } } |
