Skip to content
Snippets Groups Projects
Commit b7522c89 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

add missing parameter for prepared statement, fixes #1243

Closes #1243

Merge request studip/studip!1690
parent fba98ccb
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment