Skip to content
Snippets Groups Projects
Commit c6fda0f6 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by André Noack
Browse files

fixes #2923

Closes #2923

Merge request studip/studip!2042
parent 9019741a
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class AdminCourseFilter
$this->query->parameter('institut_ids', $inst_ids);
if ($GLOBALS['user']->cfg->MY_COURSES_SELECTED_CYCLE) {
$this->query->join('semester_courses', 'semester_courses.course_id = seminare.Seminar_id');
$this->query->join('semester_courses', 'semester_courses.course_id = seminare.Seminar_id', 'LEFT JOIN');
$this->query->where('semester_id', '(semester_courses.semester_id = :semester_id OR semester_courses.semester_id IS NULL)', [
'semester_id' => $GLOBALS['user']->cfg->MY_COURSES_SELECTED_CYCLE
]);
......
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