-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
When the hook finder is created, $php_ext is set to ".php". However, when it's searching for hooks, it assumes that the leading period is missing from the extension. This causes all of the hook files to be skipped since they don't match the name requirement.