Index: branches/RC/core/units/users/users_tag_processor.php =================================================================== diff -u -r9037 -r9050 --- branches/RC/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 9037) +++ branches/RC/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 9050) @@ -207,20 +207,20 @@ return $perm_helper->TagPermissionCheck($params); } + /** - * Returns link to post author public profile - * - * @param Array $params - * @return string - */ + * Returns link to user public profile + * + * @param Array $params + * @return string + */ function ProfileLink($params) - { + { $object =& $this->getObject($params); $params['user_id'] = $object->GetID(); - + return $this->Application->ProcessParsedTag('m', 'Link', $params); } - } ?> \ No newline at end of file