Skip to content
Snippets Groups Projects
Commit 55af9770 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

add missing parameter for prepared statement, fixes #1243

Closes #1243

Merge request studip/studip!1690
parent ecd9256f
No related branches found
No related tags found
No related merge requests found
Pipeline #11351 passed
......@@ -277,6 +277,7 @@ class WikiController extends AuthenticatedController
[
'userid' => $GLOBALS['user']->id,
'exclude' => [$course_id],
'institutes' => array_column(Institute::getMyInstitutes(), 'Institut_id')
],
's.`Seminar_id` IN (
SELECT range_id FROM wiki
......
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