diff --git a/app/views/my_institutes/index.php b/app/views/my_institutes/index.php
index cff61cea5d2b8f2d1f0415d24810491882f26283..8190a6fe1a941229f8b301f14c98223cb887c2c6 100644
--- a/app/views/my_institutes/index.php
+++ b/app/views/my_institutes/index.php
@@ -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 ?>