Update comments and satisfy analyzer

Change-Id: I7d8ddaa61ca8a521a98fc10237df27a11a5bbe85
This commit is contained in:
Siebrand Mazeland 2013-10-14 21:45:02 +02:00
parent 84d5cd33a2
commit 153c285758

View file

@ -1930,6 +1930,9 @@ class AbuseFilterParser {
if ( is_null( $replacementArray ) ) {
global $IP;
if ( is_readable( "$IP/extensions/AntiSpoof/equivset.php" ) ) {
// Satisfy analyzer.
$equivset = null;
// Contains a map of characters in $equivset.
require "$IP/extensions/AntiSpoof/equivset.php";
$replacementArray = new ReplacementArray( $equivset );
} else {