mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #4187 from markshawtoronto/ticket/14489
[ticket/14489] Fix bug where extension custom compiler pass cannot be found
This commit is contained in:
commit
078116e189
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