Skip to content

Commit

Permalink
Merge branch 'w12_MDL-32090_m23_groupui' of git://github.com/skodak/m…
Browse files Browse the repository at this point in the history
…oodle
  • Loading branch information
Sam Hemelryk committed Mar 19, 2012
2 parents ae89dd8 + 0ac9d19 commit b31865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/members.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$group = $DB->get_record('groups', array('id'=>$groupid), '*', MUST_EXIST);
$course = $DB->get_record('course', array('id'=>$group->courseid), '*', MUST_EXIST);

$PAGE->set_url('/groups/members.php', array('id'=>$groupid));
$PAGE->set_url('/group/members.php', array('group'=>$groupid));
$PAGE->set_pagelayout('standard');

require_login($course);
Expand Down

0 comments on commit b31865c

Please sign in to comment.