Skip to content

Commit

Permalink
Merge branch 'MDL-36128-moodle23' of https://github.com/StudiUM/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_23_STABLE
  • Loading branch information
Sam Hemelryk committed Mar 4, 2013
2 parents 0e94caf + ac0cb8d commit 8e7afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/edit/outcome/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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

Expand Down

0 comments on commit 8e7afd6

Please sign in to comment.