-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.3
-
None
-
MOODLE_23_STABLE
missing plugin name in:
throw new moodle_exception('freshmoodleregistrationerror2');
|
should be
throw new moodle_exception('freshmoodleregistrationerror2', 'local_hub',
|
new moodle_url($url));
|