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

Change subject: use __DIR__ in stub entry point
......................................................................


use __DIR__ in stub entry point

Change-Id: I714e84194d1f8f047e308c10c9a442178ed240cd
---
M Comment.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Comment.php b/Comment.php
index 1256930..ac8cfd2 100644
--- a/Comment.php
+++ b/Comment.php
@@ -1,4 +1,4 @@
 <?php
 
 // The entry point has been moved to Comments.php
-require_once( 'Comments.php' );
\ No newline at end of file
+require_once( __DIR__ . '/Comments.php' );
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/154316
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I714e84194d1f8f047e308c10c9a442178ed240cd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Comments
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to