mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 14:13:54 +00:00
Fix whitespace
This commit is contained in:
parent
fb41b28dbf
commit
9aa60b4ace
Notes:
Raimond Spekking
2012-03-12 20:46:25 +00:00
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue