Skip to content

Commit

Permalink
MDL-4633: remove 'required' rule for user's profile description
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossiani Wijaya committed Mar 10, 2011
1 parent c096042 commit 91c2b0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function definition () {
useredit_shared_definition($mform, $editoroptions);

/// extra settigs
$mform->addRule('description_editor', $strrequired, 'required', null, 'client');
if (!empty($CFG->gdversion) and !empty($CFG->disableuserimages)) {
$mform->removeElement('deletepicture');
$mform->removeElement('imagefile');
Expand Down

0 comments on commit 91c2b0f

Please sign in to comment.