mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'w19_MDL-32719_m23_enrolstrict' of git://github.com/skodak/moodle
This commit is contained in:
commit
007fe3f775
@ -318,7 +318,7 @@ class enrol_manual_deleteselectedusers_operation extends enrol_bulk_enrolment_op
|
||||
* @param mixed $defaultcustomdata
|
||||
* @return enrol_manual_editselectedusers_form
|
||||
*/
|
||||
public function get_form($defaultaction = null, array $defaultcustomdata = null) {
|
||||
public function get_form($defaultaction = null, $defaultcustomdata = null) {
|
||||
global $CFG;
|
||||
require_once($CFG->dirroot.'/enrol/manual/bulkchangeforms.php');
|
||||
if (!array($defaultcustomdata)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user