mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
811f1573de
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ class container_builder
|
||||||
->ignoreUnreadableDirs(true)
|
->ignoreUnreadableDirs(true)
|
||||||
->ignoreVCS(true)
|
->ignoreVCS(true)
|
||||||
->followLinks()
|
->followLinks()
|
||||||
->in($this->phpbb_root_path . 'ext/')
|
->in($this->phpbb_root_path . 'ext')
|
||||||
;
|
;
|
||||||
|
|
||||||
/** @var \SplFileInfo $pass */
|
/** @var \SplFileInfo $pass */
|
||||||
|
|
Loading…
Add table
Reference in a new issue