r74180 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74179‎ | r74180 | r74181 >
Date:23:50, 2 October 2010
Author:platonides
Status:ok
Tags:
Comment:
Remove r74157 debug output (thanks Brion)
Modified paths:
  • /trunk/extensions/ArticleComments/ArticleComments.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleComments/ArticleComments.php
@@ -480,7 +480,7 @@
481481 );
482482 foreach ( $spampatterns as $sp ) {
483483 foreach ( $fields as $field ) {
484 - if ( preg_match( $sp, $field ) ) { echo "Is spam! ";
 484+ if ( preg_match( $sp, $field ) ) {
485485 $isspam = true;
486486 return true;
487487 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74157Fix to r74152: do not check the url when not provided....platonides21:38, 2 October 2010

Status & tagging log