Re: https://github.com/phpbb/phpbb/pull/4501#issuecomment-260845632
Recent dependency updates have broken INCLUDECSS
Assets loaded from a controller are broken. The path to the controller is being inserted into the asset path of INCLUDECSS
For example, view the phpBB FAQ page.
Assets such as ajax.js are searched for in:
/phpBB/app.php/help/styles/prosilver/template/ajax.js
|
When the real location should be:
/phpBB/styles/prosilver/template/ajax.js
|