Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2016-02-19 10:10:55 +01:00
commit 811f1573de

View file

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