jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I49bb98e4df2af5febfac874b38a0fffc36ee4467
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PollNY
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to