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 @@
157
157
*/
158
158
static function articleSave( &$article, &$user, $text, $summary, $isminor, $iswatch, $section ) {
159
159
if( !BaseBlacklist::isLocalSource( $article->getTitle() ) ) {
160
- return false;
160
+ return true;
161
161
}
162
162
global $wgMemc, $wgDBname;
163
163
Follow-up revisions
Revision
Commit summary
Author
Date
r111543
Manually (quicker!) merge
r111542
into REL1_19/1.19wmf1
reedy
15:05, 15 February 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r109111
Refactored SpamBlacklist to be extendable for other blacklist types...
johnduhart
06:13, 17 January 2012
Status & tagging log
15:04, 15 February 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r111542
[
removed:
.19wmf1,1.19]
15:04, 15 February 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r111542
[
removed:
new
added:
ok]
15:03, 15 February 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r111542
[
added:
1.19,.19wmf1]