r102456 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102455‎ | r102456 | r102457 >
Date:21:58, 8 November 2011
Author:catrope
Status:ok
Tags:
Comment:
[RL2] Followup r102455: forgot a global
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php
@@ -36,6 +36,7 @@
3737 }
3838
3939 protected function updateCache( $id, $data ) {
 40+ global $wgMemc;
4041 parent::updateCache( $id, $data );
4142 // Also purge the IDs list used by foreign repos
4243 $wgMemc->delete( wfMemcKey( 'gadgets', 'localrepoidsshared' ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102455[RL2] Fix cache invalidation bug: localgadgetidsshared doesn't get purged whe...catrope21:55, 8 November 2011

Status & tagging log