r111542 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111541‎ | r111542 | r111543 >
Date:14:58, 15 February 2012
Author:maxsem
Status:ok
Tags:
Comment:
Fix r109111: no point in aborting hook execution
Modified paths:
  • /trunk/extensions/SpamBlacklist/SpamBlacklistHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SpamBlacklist/SpamBlacklistHooks.php
@@ -156,7 +156,7 @@
157157 */
158158 static function articleSave( &$article, &$user, $text, $summary, $isminor, $iswatch, $section ) {
159159 if( !BaseBlacklist::isLocalSource( $article->getTitle() ) ) {
160 - return false;
 160+ return true;
161161 }
162162 global $wgMemc, $wgDBname;
163163

Follow-up revisions

RevisionCommit summaryAuthorDate
r111543Manually (quicker!) merge r111542 into REL1_19/1.19wmf1reedy15:05, 15 February 2012

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