Skip to content
Snippets Groups Projects
Commit 0d46c954 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #2578

Closes #2578

Merge request studip/studip!1738
parent 35ed31ce
No related branches found
No related tags found
No related merge requests found
......@@ -82,10 +82,10 @@
<? endif ?>
<? if ($user_may_see_course_data): ?>
<h3><?= _('Gebucht für:') ?></h3>
<a href="<?= URLHelper::getScriptLink(
<a href="<?= URLHelper::getLink(
'dispatch.php/course/details/index/'
. $booking->getAssignedUser()->id
) ?>" data-dialog>
) ?>" target="_blank">
<?= htmlReady($booking->getAssignedUserName(), true, true) ?>
<?= Icon::create(
'link-intern',
......
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