r76808 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76807‎ | r76808 | r76809 >
Date:16:53, 16 November 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: MFT r76807
Modified paths:
  • /branches/wmf/1.16wmf4/maintenance/nextJobDB.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/maintenance/nextJobDB.php
@@ -41,7 +41,7 @@
4242 # If we didn't get it from the cache
4343 if( !$pendingDBs ) {
4444 $pendingDBs = $this->getPendingDbs( $type );
45 - $wgMemc->get( $mckey, $pendingDBs, 300 );
 45+ $wgMemc->set( $mckey, $pendingDBs, 300 );
4646 }
4747 # If we've got a pending job in a db, display it.
4848 if ( $pendingDBs ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76807Fix stupid get vs. set typo in nextJobDB.phpcatrope16:48, 16 November 2010

Status & tagging log