Merge branch 'MDL-4633-m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
This commit is contained in:
@@ -27,7 +27,6 @@ class user_edit_form extends moodleform {
|
||||
useredit_shared_definition($mform);
|
||||
|
||||
/// extra settigs
|
||||
$mform->addRule('description', $strrequired, 'required', null, 'client');
|
||||
if (!empty($CFG->gdversion) and !empty($CFG->disableuserimages)) {
|
||||
$mform->removeElement('deletepicture');
|
||||
$mform->removeElement('imagefile');
|
||||
|
||||
Reference in New Issue
Block a user