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

This commit is contained in:
Eloy Lafuente (stronk7) 2014-08-19 02:34:12 +02:00
commit d2e5f21625

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();