Committer: vsukhanov
LJSUP-6137: return provided remote object.U trunk/cgi-bin/LJ/Talk/Author/User.pm
Modified: trunk/cgi-bin/LJ/Talk/Author/User.pm =================================================================== --- trunk/cgi-bin/LJ/Talk/Author/User.pm 2010-08-24 07:54:34 UTC (rev 17186) +++ trunk/cgi-bin/LJ/Talk/Author/User.pm 2010-08-24 09:12:05 UTC (rev 17187) @@ -77,7 +77,7 @@ } $init->{'cookie_auth'} = 1; - return LJ::get_remote(); + return $remote; } # starting from here, we're provided that $form->{'usertype'} eq "user"