Addshore has uploaded a new change for review. https://gerrit.wikimedia.org/r/154309
Change subject: Use __DIR__ in stub entry file ...................................................................... Use __DIR__ in stub entry file Change-Id: I49bb98e4df2af5febfac874b38a0fffc36ee4467 --- M Poll.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PollNY refs/changes/09/154309/1 diff --git a/Poll.php b/Poll.php index b532cd7..4a12011 100644 --- a/Poll.php +++ b/Poll.php @@ -1,4 +1,4 @@ <?php // The entry point has been moved to PollNY.php -require_once( './PollNY.php' ); +require_once( __DIR__ . '/PollNY.php' ); -- To view, visit https://gerrit.wikimedia.org/r/154309 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I49bb98e4df2af5febfac874b38a0fffc36ee4467 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/PollNY Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
