Actually fix whitespace from r111202, only 83 characters => no need for silly indentation

This commit is contained in:
Chad Horohoe 2012-03-02 22:02:40 +00:00
parent 642200ea1c
commit 96e4807e08
Notes: Raimond Spekking 2012-03-12 20:46:25 +00:00

View file

@ -761,8 +761,7 @@ class AbuseFilter {
// Global logging
if ( $globalIndex ) {
$title = Title::makeTitle( $thisLog['afl_namespace'],
$thisLog['afl_title'] );
$title = Title::makeTitle( $thisLog['afl_namespace'], $thisLog['afl_title'] );
$centralLog = $thisLog + $central_log_template;
$centralLog['afl_filter'] = $globalIndex;
$centralLog['afl_title'] = $title->getPrefixedText();