Open davidpesce opened 5 years ago
On line 37 of quickfind.php, change:
$context = get_context_instance(CONTEXT_COURSE, $courseid); to $context = context_course::instance($courseid);
$context = get_context_instance(CONTEXT_COURSE, $courseid);
$context = context_course::instance($courseid);
Hi David, If you can do a Pull Request with this change, I'll be happy to merge it and do a release.
Thanks Mark
On line 37 of quickfind.php, change:
$context = get_context_instance(CONTEXT_COURSE, $courseid);
to$context = context_course::instance($courseid);