Skip to content
Snippets Groups Projects
Commit 2669a150 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fixed SQL error

parent 0df47042
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,7 @@ class CourseExporter extends Exporter
'INNER JOIN `seminar_inst` USING (`seminar_id`)
INNER JOIN `semester_courses`
ON `seminare`.`seminar_id` = `semester_courses`.`course_id`
WHERE `institut_id` = :institute_id,
WHERE `seminar_inst`.`institut_id` = :institute_id
AND `semester_id` = :semester_id',
[
'institute_id' => $institute->id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment