Index: trunk/core/units/users/users_event_handler.php =================================================================== diff -u -N -r2292 -r2299 --- trunk/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 2292) +++ trunk/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 2299) @@ -41,7 +41,7 @@ $groups = $this->Conn->GetCol($sql); if(!$groups) $groups = Array(); - array_push($groups, $this->Application->ConfigValue('User_LoggedInGroup') ); + if (!defined('ADMIN')) array_push($groups, $this->Application->ConfigValue('User_LoggedInGroup') ); $this->Application->StoreVar( 'UserGroups', implode(',', $groups) ); if( $this->Application->CheckPermission('LOGIN',0) )