Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'MDL-67945-38' of git://github.com/ferranrecio/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_38_STABLE
  • Loading branch information
sarjona committed Mar 3, 2020
2 parents 3687eb5 + c47d17b commit e0ba5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/self/lib.php
Expand Up @@ -716,7 +716,7 @@ public function get_bulk_operations(course_enrolment_manager $manager) {
* @return bool
*/
public function edit_instance_form($instance, MoodleQuickForm $mform, $context) {
global $CFG;
global $CFG, $DB;

// Merge these two settings to one value for the single selection element.
if ($instance->notifyall and $instance->expirynotify) {
Expand Down

0 comments on commit e0ba5fb

Please sign in to comment.