r102916 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102915‎ | r102916 | r102917 >
Date:22:10, 13 November 2011
Author:krinkle
Status:ok
Tags:
Comment:
[RL2] fix wrong comment from r101627
- This is ForeignDBGadgetRepo, it's using the same keys as itself :D
probably copy pasted when creating ForeignAPIGadgetRepo
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/ForeignDBGadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/ForeignDBGadgetRepo.php
@@ -87,7 +87,7 @@
8888 }
8989 } else {
9090 // No access to the foreign wiki's memc, so cache locally
91 - // This uses the same cache keys as ForeignDBGadgetRepo but that's fine,
 91+ // This uses the same cache keys as ForeignAPIGadgetRepo but that's fine,
9292 // source names should be unique.
9393 if ( $id === null ) {
9494 return wfMemcKey( 'gadgets', 'foreignrepoids', $this->source );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101627[RL2] Add ForeignAPIGadgetRepo. Tested and workingcatrope15:02, 2 November 2011

Status & tagging log