Mwalker has submitted this change and it was merged. Change subject: Make extension entrypoint match repository name ......................................................................
Make extension entrypoint match repository name This patch adds a symbolic link to 'FundraisingEmailUnsubscribe.php' which points to 'FundraiserUnsubscribe.php'. (The Jenkins extension autoloader expects the PHP entrypoint to have the same name as the extension.) Change-Id: I10a7da67bb6a22edbde56fc83188dc4ffe0cd813 --- A FundraisingEmailUnsubscribe.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Mwalker: Verified; Looks good to me, approved diff --git a/FundraisingEmailUnsubscribe.php b/FundraisingEmailUnsubscribe.php new file mode 120000 index 0000000..8daa69a --- /dev/null +++ b/FundraisingEmailUnsubscribe.php @@ -0,0 +1 @@ +FundraiserUnsubscribe.php \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/70670 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I10a7da67bb6a22edbde56fc83188dc4ffe0cd813 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/FundraisingEmailUnsubscribe Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Katie Horn <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
