Umherirrender has uploaded a new change for review.

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

Change subject: Add missing class ProtectSiteForm to autoload
......................................................................

Add missing class ProtectSiteForm to autoload

Found by tests, see
https://integration.wikimedia.org/ci/job/mwext-ProtectSite-testextension-zend/2/console

Change-Id: I6f7e6e3c9a61eff0f08b9ceb773711e7d93fbfcd
---
M ProtectSite.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ProtectSite 
refs/changes/58/190258/1

diff --git a/ProtectSite.php b/ProtectSite.php
index a79fd51..99e85bf 100644
--- a/ProtectSite.php
+++ b/ProtectSite.php
@@ -58,6 +58,7 @@
 $wgExtensionMessagesFiles['ProtectSite'] = $dir . 'ProtectSite.i18n.php';
 $wgExtensionMessagesFiles['ProtectSiteAliases'] = $dir . 
'ProtectSite.alias.php';
 $wgAutoloadClasses['ProtectSite'] = $dir . 'ProtectSite.body.php';
+$wgAutoloadClasses['ProtectSiteForm'] = $dir . 'ProtectSite.body.php';
 $wgSpecialPages['ProtectSite'] = 'ProtectSite';
 
 /* Register initialization function */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f7e6e3c9a61eff0f08b9ceb773711e7d93fbfcd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProtectSite
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

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

Reply via email to