diff --git a/school.d/calvin.crawl.inc b/school.d/calvin.crawl.inc --- a/school.d/calvin.crawl.inc +++ b/school.d/calvin.crawl.inc @@ -320,7 +320,7 @@ function calvin_crawl(Semester $semester foreach (array('date_start', 'date_end', 'meeting_type', 'days', 'time_start', 'time_end', 'meeting_place') as $var) echo $var . ':' . ${$var} . "\n"; - $section = new Section($section_id['section'], $faculty_name, $time_start, $time_end, $days); + $section = new Section($section_id['section'], $time_start, $time_end, $days, $faculty_name); $semester->section_add($section_id['department'], $section_id['course'], $section); }