Skip to content

Commit

Permalink
Merge branch 'MDL-64864-35' of git://github.com/damyon/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_35_STABLE
  • Loading branch information
abgreeve committed Mar 5, 2019
2 parents 3eab97c + ebbb7f9 commit cc52293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competency/classes/course_competency.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static function list_courses($competencyid) {

$results = $DB->get_records_sql('SELECT course.id, course.visible, course.shortname, course.idnumber,
course.fullname, course.summary, course.summaryformat, course.startdate,
course.enddate
course.enddate, course.category
FROM {course} course
JOIN {' . self::TABLE . '} coursecomp
ON coursecomp.courseid = course.id
Expand Down

0 comments on commit cc52293

Please sign in to comment.