1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-21 14:59:46 +02:00

[feature/template-events] Add template_compile to template filter params.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev 2012-04-19 00:21:54 -04:00
parent ea094dd91a
commit dd7c5183fb

View File

@ -47,6 +47,7 @@ class phpbb_template_compile
'locator' => $locator,
'phpbb_root_path' => $phpbb_root_path,
'extension_manager' => $extension_manager,
'template_compile' => $this,
);
}