r96869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96868‎ | r96869 | 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:
  • /branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php (modified) (history)

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

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

Status & tagging log