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 @@
762762
763763 // Global logging
764764 if ( $globalIndex ) {
765 - $title = Title::makeTitle( $thisLog['afl_namespace'],
766 - $thisLog['afl_title'] );
 765+ $title = Title::makeTitle( $thisLog['afl_namespace'], $thisLog['afl_title'] );
767766 $centralLog = $thisLog + $central_log_template;
768767 $centralLog['afl_filter'] = $globalIndex;
769768 $centralLog['afl_title'] = $title->getPrefixedText();

Sign-offs

UserFlagDate
Nikerabbitinspected06:39, 5 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111202Fix whitespacewerdna21:36, 10 February 2012

Status & tagging log