Fix for refactoring

Fatal error: Call to undefined method enrolment_plugin_authorize::print_enrolmentkeyfrom() in /usr/local/www/data/moodle/enrol/manual/enrol.html on line 7
This commit is contained in:
ethem
2007-11-07 15:51:45 +00:00
parent fa9e2d8b58
commit c5edbc12e8
+7
View File
@@ -104,6 +104,13 @@ class enrolment_plugin_authorize
}
function print_enrolmentkeyfrom($course)
{
$manual = enrolment_factory::factory('manual');
$manual->print_enrolmentkeyfrom($course);
}
/**
* Validates registration forms and enrols student to course.
*