PleaseStand has uploaded a new change for review. https://gerrit.wikimedia.org/r/187929
Change subject: Add CiteThisPageOutput to $wgAutoloadClasses ...................................................................... Add CiteThisPageOutput to $wgAutoloadClasses Avoids the following test failure: AutoLoaderTest::testAutoLoadConfig Failed asserting that two arrays are equal. Change-Id: I551d96fc7d2d51987704e42cbc49f0279c2969a5 --- M CiteThisPage.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CiteThisPage refs/changes/29/187929/1 diff --git a/CiteThisPage.php b/CiteThisPage.php index ace34af..e6c577d 100644 --- a/CiteThisPage.php +++ b/CiteThisPage.php @@ -33,6 +33,7 @@ $wgSpecialPages['CiteThisPage'] = 'SpecialCiteThisPage'; $wgSpecialPageGroups['CiteThisPage'] = 'pagetools'; $wgAutoloadClasses['SpecialCiteThisPage'] = __DIR__ . '/SpecialCiteThisPage.php'; +$wgAutoloadClasses['CiteThisPageOutput'] = __DIR__ . '/SpecialCiteThisPage.php'; $wgAutoloadClasses['CiteThisPageHooks'] = __DIR__ . '/CiteThisPage.hooks.php'; // Resources -- To view, visit https://gerrit.wikimedia.org/r/187929 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I551d96fc7d2d51987704e42cbc49f0279c2969a5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CiteThisPage Gerrit-Branch: master Gerrit-Owner: PleaseStand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
