Skip to content

Commit

Permalink
MDL-21781 fixed case
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Apr 23, 2010
1 parent 4a0ef03 commit 62bc501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohort/assign.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
require_capability('moodle/cohort:assign', $context);

$PAGE->set_url('/cohort/assign.php', array('id'=>$id));
$PAGE->set_Context($context);
$PAGE->set_context($context);

$returnurl = new moodle_url('/cohort/index.php', array('contextid'=>$cohort->contextid));

Expand Down

0 comments on commit 62bc501

Please sign in to comment.