Index: branches/5.1.x/core/units/users/users_tag_processor.php =================================================================== diff -u -N -r13086 -r13581 --- branches/5.1.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 13086) +++ branches/5.1.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 13581) @@ -1,6 +1,6 @@ getObject($params); - return $object->GetID() != -1 ? $object->GetDBField('Login') : 'root'; + return $object->GetID() != USER_ROOT ? $object->GetDBField('Login') : 'root'; } function CookieUsername($params)