Skip to content
Snippets Groups Projects
Commit 14685322 authored by Peter Thienel's avatar Peter Thienel
Browse files

Resolve "Modulverwaltung: Fach bearbeiten erzeugt ein neues Fach"

Closes #2282

Merge request studip/studip!1586
parent 1b929a14
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<?= $controller->jsUrl() ?>
<? $perm = MvvPerm::get($fach) ?>
<form class="default" action="<?= $controller->action_link('fach/', $fach->id) ?>" method="post">
<form class="default" action="<?= $controller->action_link('fach', $fach->id) ?>" method="post">
<?= CSRFProtection::tokenTag() ?>
<fieldset class="collapsable">
<legend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment