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