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 08:09 am

[dw-free] FOUND THE CENTIPEDE

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

FOUND THE CENTIPEDE

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/LJ/Widget/ImportQueueStatus.pm
--------------------------------------------------------------------------------
diff -r 2de23a4f9782 -r e9949d88f2cb cgi-bin/LJ/Widget/ImportQueueStatus.pm
--- a/cgi-bin/LJ/Widget/ImportQueueStatus.pm	Fri May 01 07:55:47 2009 +0000
+++ b/cgi-bin/LJ/Widget/ImportQueueStatus.pm	Fri May 01 08:09:36 2009 +0000
@@ -52,7 +52,7 @@ sub render_body {
             )+0;
 
             $map =~ s/^.+::(\w+)$/$1/;
-            $cts{$map} = $ct;
+            $cts{lc $map} = $ct;
         }
 
         LJ::MemCache::set( 'importer_queue_depth', \%cts, 300 );
--------------------------------------------------------------------------------