mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-23 15:59:49 +02:00
[feature/template-events] Add template_compile to template filter params.
PHPBB3-9550
This commit is contained in:
parent
ea094dd91a
commit
dd7c5183fb
@ -47,6 +47,7 @@ class phpbb_template_compile
|
|||||||
'locator' => $locator,
|
'locator' => $locator,
|
||||||
'phpbb_root_path' => $phpbb_root_path,
|
'phpbb_root_path' => $phpbb_root_path,
|
||||||
'extension_manager' => $extension_manager,
|
'extension_manager' => $extension_manager,
|
||||||
|
'template_compile' => $this,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user