From bc439c99e01893f090d22e88b125f215e8a1b157 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Thu, 17 Feb 2022 10:49:54 +0100 Subject: [PATCH] use link_for() instead of url_for(), re #686 --- app/views/course/timesrooms/editSemester.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/course/timesrooms/editSemester.php b/app/views/course/timesrooms/editSemester.php index 95aecf309b3..2ea0963085c 100644 --- a/app/views/course/timesrooms/editSemester.php +++ b/app/views/course/timesrooms/editSemester.php @@ -1,4 +1,4 @@ -<form action="<?= $controller->url_for('course/timesrooms/editSemester') ?>" method="post" +<form action="<?= $controller->link_for('course/timesrooms/editSemester') ?>" method="post" class="default" data-dialog> <?=CSRFProtection::tokenTag()?> <fieldset> -- GitLab