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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user