r112921 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112920
|
r112921
|
r112922
>
Date:
22:02, 2 March 2012
Author:
demon
Status:
ok
Tags:
Comment:
Actually fix whitespace from
r111202
, only 83 characters => no need for silly indentation
Modified paths:
/trunk/extensions/AbuseFilter/AbuseFilter.class.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php
—
—
@@ -761,8 +761,7 @@
762
762
763
763
// Global logging
764
764
if ( $globalIndex ) {
765
- $title = Title::makeTitle( $thisLog['afl_namespace'],
766
- $thisLog['afl_title'] );
765
+ $title = Title::makeTitle( $thisLog['afl_namespace'], $thisLog['afl_title'] );
767
766
$centralLog = $thisLog + $central_log_template;
768
767
$centralLog['afl_filter'] = $globalIndex;
769
768
$centralLog['afl_title'] = $title->getPrefixedText();
Sign-offs
User
Flag
Date
Nikerabbit
inspected
06:39, 5 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r111202
Fix whitespace
werdna
21:36, 10 February 2012
Status & tagging log
22:21, 2 March 2012
Kaldari
(
talk
|
contribs
)
changed the
status
of r112921
[
removed:
new
added:
ok]