Index: branches/5.3.x/core/units/users/users_tag_processor.php =================================================================== diff -u -N -r15580 -r15677 --- branches/5.3.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 15580) +++ branches/5.3.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 15677) @@ -1,6 +1,6 @@ loginUserById( $login_user->GetID() ); } } + + /** + * Returns user selector title + * + * @param Array $params + * @return string + * @access protected + */ + protected function UserSelectorTitle($params) + { + $object = $this->getObject($params); + /* @var $object kDBItem */ + + return $object->GetDBField('Email') ? $object->GetDBField('Email') : $object->GetDBField('Username'); + } } \ No newline at end of file