mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-01 07:55 am

[dw-free] Miserable failure, continued.

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

Miserable failure, continued.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/LJ/Widget/ImportQueueStatus.pm
--------------------------------------------------------------------------------
diff -r 069e1278fc1a -r 2de23a4f9782 cgi-bin/LJ/Widget/ImportQueueStatus.pm
--- a/cgi-bin/LJ/Widget/ImportQueueStatus.pm	Fri May 01 07:47:59 2009 +0000
+++ b/cgi-bin/LJ/Widget/ImportQueueStatus.pm	Fri May 01 07:55:47 2009 +0000
@@ -48,7 +48,7 @@ sub render_body {
                 q{SELECT COUNT(*) FROM job
                   WHERE funcid = ?
                     AND run_after < UNIX_TIMESTAMP()},
-                undef, $tmpmap->{$map}
+                undef, $tmpmap->{$map}->{funcid}
             )+0;
 
             $map =~ s/^.+::(\w+)$/$1/;
--------------------------------------------------------------------------------