Skip to content
Snippets Groups Projects
Commit b16c206d authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

use correct action, fixes #3093

Closes #3093

Merge request studip/studip!2082
parent 0ec0150a
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
_('Wollen Sie sich aus dem/der %s wirklich austragen?'),
htmlReady($flash['name'])
),
$controller->declineURL($flash['inst_id'], ['cmd' => 'kill', 'studipticket' => $flash['studipticket']]),
$controller->declineURL($flash['inst_id'], ['cmd'=> 'back', 'studipticket' => $flash['studipticket']])
$controller->decline_instURL($flash['inst_id'], ['cmd' => 'kill', 'studipticket' => $flash['studipticket']]),
$controller->decline_instURL($flash['inst_id'], ['cmd'=> 'back', 'studipticket' => $flash['studipticket']])
) ?>
<? endif ?>
......
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