vadvs (vadvs) wrote in changelog,
vadvs
vadvs
changelog

[livejournal] r20861: LJSUP-10891: XML::RPC: get rid of "Unkno...

Committer: vad
LJSUP-10891: XML::RPC: get rid of "Unknown username" warning
U   trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm
===================================================================
--- trunk/cgi-bin/Apache/LiveJournal.pm	2011-12-26 07:39:19 UTC (rev 20860)
+++ trunk/cgi-bin/Apache/LiveJournal.pm	2011-12-26 10:56:58 UTC (rev 20861)
@@ -2425,7 +2425,7 @@
         warn "LJ::XMLRPC::$method died: $@"
             if $@ !~ /^\d+?\s*:/
             and $@ !~ m/\s*:\s*Account not validated./
-            and $@ ne "Unknown username.";
+            and $@ !~ "Unknown username.";
 
         die $@;
     }

Tags: livejournal, pm, vad, vadvs
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments