aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/di')
-rw-r--r--phpBB/phpbb/di/container_builder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php
index 9583da14f5..2fb248082f 100644
--- a/phpBB/phpbb/di/container_builder.php
+++ b/phpBB/phpbb/di/container_builder.php
@@ -589,7 +589,7 @@ class container_builder
->ignoreUnreadableDirs(true)
->ignoreVCS(true)
->followLinks()
- ->in($this->phpbb_root_path . 'ext/')
+ ->in($this->phpbb_root_path . 'ext')
;
/** @var \SplFileInfo $pass */