Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/183045

Change subject: Remove unnecessary $wgAutoloadClasses entry
......................................................................

Remove unnecessary $wgAutoloadClasses entry

Since BatchAntiSpoof is part of a maintenance script it is
always manually required.

This also fixes the broken structure tests

Change-Id: Ic346958356924669e0525993c6386b439d301328
---
M AntiSpoof.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AntiSpoof 
refs/changes/45/183045/1

diff --git a/AntiSpoof.php b/AntiSpoof.php
index fbb7fab..792eaf6 100644
--- a/AntiSpoof.php
+++ b/AntiSpoof.php
@@ -53,7 +53,6 @@
 $wgAutoloadClasses['AntiSpoof'] = "$dir/AntiSpoof_body.php";
 $wgAutoloadClasses['AntiSpoofHooks'] = "$dir/AntiSpoofHooks.php";
 $wgAutoloadClasses['SpoofUser'] = "$dir/SpoofUser.php";
-$wgAutoloadClasses['BatchAntiSpoof'] = "$dir/maintenance/batchAntiSpoof.php";
 
 // Register the API method
 $wgAutoloadClasses['ApiAntiSpoof'] = "$dir/api/ApiAntiSpoof.php";

-- 
To view, visit https://gerrit.wikimedia.org/r/183045
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic346958356924669e0525993c6386b439d301328
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AntiSpoof
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to