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

slash removed from action url, fixes #3720

parent ab835716
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ if ($GLOBALS['MVV_MODULTEIL']['SPRACHE']['default'] != $display_language) { ...@@ -11,7 +11,7 @@ if ($GLOBALS['MVV_MODULTEIL']['SPRACHE']['default'] != $display_language) {
STUDIP.MVV.PARENT_ID = '<?= $modulteil->getId() ?>'; STUDIP.MVV.PARENT_ID = '<?= $modulteil->getId() ?>';
</script> </script>
<form id="modulteil_form" class="default" action="<?= $controller->action_link('modulteil/', $modulteil->id) ?>" <form id="modulteil_form" class="default" action="<?= $controller->action_link('modulteil', $modulteil->id) ?>"
method="post"> method="post">
<?= CSRFProtection::tokenTag() ?> <?= CSRFProtection::tokenTag() ?>
......
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