Index: branches/wmf/1.19wmf1/extensions/CentralAuth/AntiSpoof/batchCAAntiSpoof.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | if ( $IP === false ) { |
7 | 7 | $IP = dirname( __FILE__ ) . '/../../..'; |
8 | 8 | } |
9 | | -require_once( "$IP/extensions/AntiSpoof/maintenance/BatcbAntiSpoofClass.php" ); |
| 9 | +require_once( "$IP/extensions/AntiSpoof/maintenance/BatchAntiSpoofClass.php" ); |
10 | 10 | |
11 | 11 | class BatchCAAntiSpoof extends BatchAntiSpoof { |
12 | 12 | |
Property changes on: branches/wmf/1.19wmf1/extensions |
___________________________________________________________________ |
Modified: svn:mergeinfo |
13 | 13 | Merged /trunk/extensions:r111670 |