Index: branches/wmf/1.16wmf4/maintenance/nextJobDB.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | # If we didn't get it from the cache |
43 | 43 | if( !$pendingDBs ) { |
44 | 44 | $pendingDBs = $this->getPendingDbs( $type ); |
45 | | - $wgMemc->get( $mckey, $pendingDBs, 300 ); |
| 45 | + $wgMemc->set( $mckey, $pendingDBs, 300 ); |
46 | 46 | } |
47 | 47 | # If we've got a pending job in a db, display it. |
48 | 48 | if ( $pendingDBs ) { |