Merge branch 'MDL-44894_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2014-08-19 02:34:48 +02:00
+3
View File
@@ -146,6 +146,9 @@ abstract class question_edit_form extends question_wizard_form {
// Editing question with no permission to move from category.
$mform->addElement('questioncategory', 'category', get_string('category', 'question'),
array('contexts' => array($this->categorycontext)));
$mform->addElement('hidden', 'usecurrentcat', 1);
$mform->setType('usecurrentcat', PARAM_BOOL);
$mform->setConstant('usecurrentcat', 1);
} else {
// Editing question with permission to move from category or save as new q.
$currentgrp = array();