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 */