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

add missing cid parameter, fixes #4411

Closes #4411

Merge request studip/studip!3239
parent a0408121
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,9 @@ class WikiFormat extends StudipFormat
if (!$page) {
return sprintf('<a href="%s">%s(?)</a>',
URLHelper::getLink('dispatch.php/course/wiki/edit', [
'keyword' => trim($keyword),
'parent_id' => $markup->getPageId()
'keyword' => trim($keyword),
'parent_id' => $markup->getPageId(),
'cid' => $range_id,
]),
$display_page
);
......
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