From ac0cb8d95688b05211fcbe7b12e93746918273b3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Gaudreau Date: Tue, 19 Feb 2013 11:36:44 -0500 Subject: [PATCH] MDL-36128 grade: Import outcomes error --- grade/edit/outcome/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grade/edit/outcome/import.php b/grade/edit/outcome/import.php index b2128773399..5501b80423e 100644 --- a/grade/edit/outcome/import.php +++ b/grade/edit/outcome/import.php @@ -30,7 +30,7 @@ require_once('import_outcomes_form.php'); $courseid = optional_param('courseid', 0, PARAM_INT); $action = optional_param('action', '', PARAM_ALPHA); -$scope = optional_param('scope', 'global', PARAM_ALPHA); +$scope = optional_param('scope', 'custom', PARAM_ALPHA); $PAGE->set_url('/grade/edit/outcome/import.php', array('courseid' => $courseid));