Index: trunk/extensions/SpamBlacklist/SpamBlacklist.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | $title = $editPage->mArticle->getTitle(); |
87 | 87 | $ret = $spamObj->filter( $title, $text, '', $editSummary, $editPage ); |
88 | 88 | if ( $ret !== false ){ |
89 | | - $editPage->spamPage( $ret ); |
| 89 | + $editPage->spamPageWithContent( $ret ); |
90 | 90 | } |
91 | 91 | // Return convention for hooks is the inverse of $wgFilterCallback |
92 | 92 | return ( $ret === false ); |