1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 01:44:27 +02:00

Merge branch 'MDL-41528_master' of https://github.com/nitzo/moodle

This commit is contained in:
Sam Hemelryk 2013-09-11 09:26:44 +12:00
commit ba5d7f8b1c

@ -962,7 +962,7 @@ class enrol_ldap_plugin extends enrol_plugin {
$template->groupmodeforce = $courseconfig->groupmodeforce;
$template->visible = $courseconfig->visible;
$template->lang = $courseconfig->lang;
$template->groupmodeforce = $courseconfig->groupmodeforce;
$template->enablecompletion = $courseconfig->enablecompletion;
}
$course = $template;