mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 09:18:52 +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)
|
||||
->ignoreVCS(true)
|
||||
->followLinks()
|
||||
->in($this->phpbb_root_path . 'ext/')
|
||||
->in($this->phpbb_root_path . 'ext')
|
||||
;
|
||||
|
||||
/** @var \SplFileInfo $pass */
|
||||
|
|
Loading…
Add table
Reference in a new issue