mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/template-events] Add template_compile to template filter params.
PHPBB3-9550
This commit is contained in:
parent
ea094dd91a
commit
dd7c5183fb
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class phpbb_template_compile
|
|||
'locator' => $locator,
|
||||
'phpbb_root_path' => $phpbb_root_path,
|
||||
'extension_manager' => $extension_manager,
|
||||
'template_compile' => $this,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue