-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-RC3
-
None
phpbb\template\base->call_hook() launches hook
array('phpbb\template\base', 'display')
but /common.php registers another hook name:
array('\phpbb\template\template', 'display')
So template display hook (former array(template', display') in phpBB 3.0.x) is not actually launched.