Skip to content

Commit

Permalink
group-javascript MDL-22935 Added missing blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 23, 2010
1 parent f19497f commit c1fbff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions group/members.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
$course = $DB->get_record('course', array('id'=>$group->courseid), '*', MUST_EXIST);

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

require_login($course);
$context = get_context_instance(CONTEXT_COURSE, $course->id);
Expand Down

0 comments on commit c1fbff2

Please sign in to comment.