aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-19 10:10:55 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-02-19 10:10:55 +0100
commit811f1573de3f1aa0a91d215f4f160f8980bd738d (patch)
tree8bcb807e0feadfaf5399de583f8df3774f00a81a
parentec00fc85e0b141ac4edd13e6af31d01aa1d4fa5d (diff)
parent078116e189ead98180dd703ae83b4faa4435fe99 (diff)
downloadforums-811f1573de3f1aa0a91d215f4f160f8980bd738d.tar
forums-811f1573de3f1aa0a91d215f4f160f8980bd738d.tar.gz
forums-811f1573de3f1aa0a91d215f4f160f8980bd738d.tar.bz2
forums-811f1573de3f1aa0a91d215f4f160f8980bd738d.tar.xz
forums-811f1573de3f1aa0a91d215f4f160f8980bd738d.zip
Merge branch '3.2.x'
-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 */