Committer: jirasup
LJSUP-10900: Implement MessagePack protocol driver to access to Relation Service.U trunk/cgi-bin/LJ/RelationService.pm
Modified: trunk/cgi-bin/LJ/RelationService.pm =================================================================== --- trunk/cgi-bin/LJ/RelationService.pm 2012-05-18 08:07:58 UTC (rev 21989) +++ trunk/cgi-bin/LJ/RelationService.pm 2012-05-18 10:04:19 UTC (rev 21990) @@ -147,7 +147,7 @@ my $type = shift; $u = LJ::want_user($u) unless $u eq '*'; - $friend = LJ::want_user($friend) unless $u eq '*'; + $friend = LJ::want_user($friend) unless $friend eq '*'; return undef unless $type and $u and $friend; return undef if $u eq '*' and $friend eq '*';