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:
Marc Alexander 2016-02-19 10:10:52 +01:00
commit 078116e189

View file

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