Details
Description
If the user try to view "Partecipants" page in a course with separate groups, but he's not in a group, the error page doesn't show regular theme header.
I checked in CVS:
http://moodle.cvs.sourceforge.net/moodle/moodle/user/index.php?revision=1.142&view=markup
This lines:
109 if ($isseparategroups and (!$currentgroup) )
Have to be integrated with "print_header" function:
if ($isseparategroups and (!$currentgroup) )