Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/154314

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

Use __DIR__ in stub entry point

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/FanBoxes 
refs/changes/14/154314/1

diff --git a/FanBox.php b/FanBox.php
index cfd4973..8ec9ff9 100644
--- a/FanBox.php
+++ b/FanBox.php
@@ -1,4 +1,4 @@
 <?php
 
 // This entry point has been moved to FanBoxes.php
-require_once( 'FanBoxes.php' );
\ No newline at end of file
+require_once( __DIR__ . '/FanBoxes.php' );
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I015f2e04e6641f55655dddfd17285d40e3db12a4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FanBoxes
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

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

Reply via email to