MDL-11139 "Need to pass courseid or cmid to this script when moving questions between categories " added COURSE to globals in function that redirects browser to contextmoveq page.

This commit is contained in:
jamiesensei 2007-10-03 04:42:57 +00:00
parent 45b39af803
commit be801b8b3a

View File

@ -412,7 +412,7 @@ function question_sort_options($pageurl, $sortorder){
}
function question_showbank_actions($pageurl, $cm){
global $CFG;
global $CFG, $COURSE;
/// Now, check for commands on this page and modify variables as necessary
if (isset($_REQUEST['move']) and confirm_sesskey()) { /// Move selected questions to new category
$category = required_param('category', PARAM_SEQUENCE);