jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Ic346958356924669e0525993c6386b439d301328 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/AntiSpoof Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
