mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-12846 don't apply coursedefaults->category anymore.
This commit is contained in:
parent
712f332ecb
commit
39c28155a5
@ -67,7 +67,6 @@ class course_edit_form extends moodleform {
|
||||
$mform->addElement('hidden', 'category', null);
|
||||
}
|
||||
$mform->setHelpButton('category', array('coursecategory', get_string('category')));
|
||||
$mform->setDefault('category', $courseconfig->category);
|
||||
$mform->setType('category', PARAM_INT);
|
||||
|
||||
$fullname = get_string('defaultcoursefullname');
|
||||
|
Loading…
x
Reference in New Issue
Block a user