MediaWiki r96869 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r96868‎ | r96869 (on ViewVC)‎ | r96870 >
Date:17:18, 12 September 2011
Author:catrope
Status:ok
Tags:
Comment:
RL2: Another fix for r96852, forgot to swap out a variable
Modified paths:

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php
@@ -204,7 +204,7 @@
205205 $toCache[$row->gd_id] = null;
206206 }
207207 // Write to memc
208 - $wgMemc->set( $key, $toCache );
 208+ $wgMemc->set( $this->namesKey, $toCache );
209209 $this->namesLoaded = true;
210210 return array_keys( $this->data );
211211 }

Past revisions this follows-up on

Rev.Commit summaryAuthorDate
r96852RL2: Followup r96837: fix ugliness in dealing with ForeignDBRepo names cachin...catrope15:17, 12 September 2011

Status & tagging log

  • 17:33, 12 September 2011 Krinkle (talk | contribs) changed the status of r96869 [removed: new added: ok]