http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76808

Revision: 76808
Author:   catrope
Date:     2010-11-16 16:53:31 +0000 (Tue, 16 Nov 2010)
Log Message:
-----------
1.16wmf4: MFT r76807

Modified Paths:
--------------
    branches/wmf/1.16wmf4/maintenance/nextJobDB.php

Modified: branches/wmf/1.16wmf4/maintenance/nextJobDB.php
===================================================================
--- branches/wmf/1.16wmf4/maintenance/nextJobDB.php     2010-11-16 16:48:20 UTC 
(rev 76807)
+++ branches/wmf/1.16wmf4/maintenance/nextJobDB.php     2010-11-16 16:53:31 UTC 
(rev 76808)
@@ -41,7 +41,7 @@
                # If we didn't get it from the cache
                if( !$pendingDBs ) {
                        $pendingDBs = $this->getPendingDbs( $type );
-                       $wgMemc->get( $mckey, $pendingDBs, 300 );
+                       $wgMemc->set( $mckey, $pendingDBs, 300 );
                }
                # If we've got a pending job in a db, display it.
                if ( $pendingDBs ) {


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to