Merge branch 'MDL-54859_31' of git://github.com/dmonllao/moodle into MOODLE_31_STABLE
This commit is contained in:
@@ -60,9 +60,9 @@ class mod_wiki_create_form extends moodleform {
|
||||
}
|
||||
$mform->addElement('radio', 'pageformat', '', get_string('format'.$format, 'wiki'), $format, $attr);
|
||||
}
|
||||
$mform->addRule('pageformat', get_string('required'), 'required', null, 'client');
|
||||
}
|
||||
$mform->setType('pageformat', PARAM_ALPHANUMEXT);
|
||||
$mform->addRule('pageformat', get_string('required'), 'required', null, 'client');
|
||||
|
||||
if (!empty($this->_customdata['groups']->availablegroups)) {
|
||||
foreach ($this->_customdata['groups']->availablegroups as $groupdata) {
|
||||
|
||||
Reference in New Issue
Block a user