diff options
Diffstat (limited to 'app/controllers/studip_controller.php')
| -rw-r--r-- | app/controllers/studip_controller.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/controllers/studip_controller.php b/app/controllers/studip_controller.php index a08a946..e051155 100644 --- a/app/controllers/studip_controller.php +++ b/app/controllers/studip_controller.php @@ -740,10 +740,7 @@ abstract class StudipController extends Trails_Controller */ public function action_link($action) { - $arguments = func_get_args(); - array_unshift($arguments, $this->controller_path()); - - return $this->link_for(...$arguments); + return htmlReady($this->action_url(...func_get_args())); } /** |
