Index: branches/5.1.x/core/units/helpers/user_helper.php =================================================================== diff -u -N -r14106 -r14135 --- branches/5.1.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 14106) +++ branches/5.1.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 14135) @@ -1,6 +1,6 @@ Application->ConfigValue('User_LoggedInGroup') ); - $this->Application->StoreVar( 'UserGroups', implode(',', $groups) ); + $this->Application->StoreVar( 'UserGroups', implode(',', $groups), true ); // true for optional return $this->Application->CheckPermission($this->Application->isAdmin ? 'ADMIN' : 'LOGIN', 1); }