Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php |
— | — | @@ -751,8 +751,8 @@ |
752 | 752 | |
753 | 753 | // Global logging |
754 | 754 | if ( $globalIndex ) { |
755 | | - $title = Title::makeTitle( $thisLog['afl_namespace'], |
756 | | - $thisLog['afl_title'] ); |
| 755 | + $title = Title::makeTitle( $thisLog['afl_namespace'], |
| 756 | + $thisLog['afl_title'] ); |
757 | 757 | $centralLog = $thisLog + $central_log_template; |
758 | 758 | $centralLog['afl_filter'] = $globalIndex; |
759 | 759 | $centralLog['afl_title'] = $title->getPrefixedText(); |