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

fix link to devboard, fixes #32

parent 43e21420
No related branches found
No related tags found
1 merge request!7fix link to devboard, fixes #32
...@@ -131,10 +131,9 @@ final class IssuesController extends TracToGitlab\EventController ...@@ -131,10 +131,9 @@ final class IssuesController extends TracToGitlab\EventController
], $topic_id); ], $topic_id);
$old_base = \URLHelper::setBaseURL($GLOBALS['ABSOLUTE_URI_STUDIP']); $old_base = \URLHelper::setBaseURL($GLOBALS['ABSOLUTE_URI_STUDIP']);
$url = \PluginEngine::getURL( $url = URLHelper::getURL(
'CoreForum', "dispatch.php/course/index/index/{$topic_id2}#{$topic_id2}",
['cid' => $course_id], ['cid' => $course_id]
"index/index/{$topic_id2}#{$topic_id2}"
); );
\URLHelper::setBaseURL($old_base); \URLHelper::setBaseURL($old_base);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment