andy wrote in changelog

[ljcom] r10488: LJSUP-8762 (comments not posted)

Committer: ailyin
LJSUP-8762 (comments not posted)
U   trunk/cgi-bin/LJ/Talk/Author/Identity.pm
Modified: trunk/cgi-bin/LJ/Talk/Author/Identity.pm
===================================================================
--- trunk/cgi-bin/LJ/Talk/Author/Identity.pm	2011-05-06 03:11:59 UTC (rev 10487)
+++ trunk/cgi-bin/LJ/Talk/Author/Identity.pm	2011-05-06 06:52:44 UTC (rev 10488)
@@ -82,8 +82,8 @@
     my $up; # user posting
 
     my $remote_is = $remote &&
-                    $remote->is_identity &&
-                    $remote->identity->short_code eq $code;
+                    $remote->find_identity &&
+                    $remote->find_identity->short_code eq $code;
 
     if ($remote_is) {
         return LJ::get_remote();