aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/develop/extensions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/extensions.php b/phpBB/develop/extensions.php
index 8f466caf0c..4e673459d2 100644
--- a/phpBB/develop/extensions.php
+++ b/phpBB/develop/extensions.php
@@ -9,7 +9,7 @@
define('IN_PHPBB', 1);
define('ANONYMOUS', 1);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
-$phpbb_root_path = './../';
+$phpbb_root_path = __DIR__.'/../';
include($phpbb_root_path . 'common.'.$phpEx);