mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-55425 user: allow to update another user editor pref
This commit is contained in:
parent
7752762674
commit
e91b3e8282
2 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,10 @@ class user_edit_editor_form extends moodleform {
|
|||
$mform = $this->_form;
|
||||
|
||||
$editors = editors_get_enabled();
|
||||
|
||||
$mform->addElement('hidden', 'id');
|
||||
$mform->setType('id', PARAM_INT);
|
||||
|
||||
if (count($editors) > 1) {
|
||||
$choices = array('' => get_string('defaulteditor'));
|
||||
$firsteditor = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue