Skip to content

Commit

Permalink
Merge branch 'MDL-35187' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 2, 2012
2 parents 0d24043 + 982e21a commit f14ecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
/// Print header
$PAGE->set_title($strgroups);
$PAGE->set_heading($course->fullname);
$PAGE->set_pagelayout('standard');
$PAGE->set_pagelayout('admin');
echo $OUTPUT->header();

// Add tabs
Expand Down

0 comments on commit f14ecbf

Please sign in to comment.