fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-11-16 08:35 am

[dw-free] Argument "2010-03-28 06:43:29" isn't numeric in int shows up in logs intermitten

[commit: http://hg.dwscoalition.org/dw-free/rev/ed244a841397]

http://bugs.dwscoalition.org/show_bug.cgi?id=3228

Use timestamp, not date.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/Apache/LiveJournal.pm
--------------------------------------------------------------------------------
diff -r 82300c84056a -r ed244a841397 cgi-bin/Apache/LiveJournal.pm
--- a/cgi-bin/Apache/LiveJournal.pm	Tue Nov 16 12:45:27 2010 +0800
+++ b/cgi-bin/Apache/LiveJournal.pm	Tue Nov 16 16:35:09 2010 +0800
@@ -1178,7 +1178,7 @@ sub userpic_content
 
     # else, get it from db.
     unless ($data) {
-        $lastmod = $pic->picdate;
+        $lastmod = $pic->pictime;
 
         my $dbb = LJ::get_cluster_reader( $u );
         return SERVER_ERROR unless $dbb;
--------------------------------------------------------------------------------