-
Bug
-
Resolution: Fixed
-
Major
-
3.0.1, 3.0.2
-
MOODLE_30_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
wip-mdl-52656
-
Easy
-
Discovered while experimenting with MDL-52000.
I'm calling a function, forum_print_overview, which sets $SESSION->currentgroup.
I'm then changing user with setUser() to a user in a different group, and calling the same function again.
However it seems that the session is not cleaned, and the same currentgroup persists between calls.