r110624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110623‎ | r110624 | r110625 >
Date:22:12, 2 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Fix fixme on r109111 per Tbleher
Modified paths:
  • /trunk/extensions/SpamBlacklist/SpamBlacklistHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SpamBlacklist/SpamBlacklistHooks.php
@@ -164,5 +164,6 @@
165165 foreach ( BaseBlacklist::getBlacklistTypes() as $type => $class ) {
166166 $wgMemc->delete( "$wgDBname:{$type}_blacklist_regexes" );
167167 }
 168+ return true;
168169 }
169170 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109111Refactored SpamBlacklist to be extendable for other blacklist types...johnduhart06:13, 17 January 2012

Status & tagging log