Fix whitespace

This commit is contained in:
Andrew Garrett 2012-02-10 21:36:31 +00:00
parent fb41b28dbf
commit 9aa60b4ace
Notes: Raimond Spekking 2012-03-12 20:46:25 +00:00

View file

@ -751,8 +751,8 @@ 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();