mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
Merge branch 'MDL-63179-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
2267c9fe7f
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class enrol_self_deleteselectedusers_operation extends enrol_bulk_enrolment_oper
|
|||
* @return string
|
||||
*/
|
||||
public function get_title() {
|
||||
return get_string('deleteselectedusers', 'enrol_manual');
|
||||
return get_string('deleteselectedusers', 'enrol_self');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -58,7 +58,7 @@ class enrol_self_deleteselectedusers_operation extends enrol_bulk_enrolment_oper
|
|||
*
|
||||
* @param string|moodle_url|null $defaultaction
|
||||
* @param mixed $defaultcustomdata
|
||||
* @return enrol_manual_editselectedusers_form
|
||||
* @return enrol_self_deleteselectedusers_form
|
||||
*/
|
||||
public function get_form($defaultaction = null, $defaultcustomdata = null) {
|
||||
if (!array($defaultcustomdata)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue