1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/template-events] Changes per imkingdavid's review.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev
2012-11-14 17:31:05 -05:00
parent da7d888448
commit 47a90f815d
5 changed files with 17 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ class phpbb_template
* @param user $user current user
* @param phpbb_template_locator $locator template locator
* @param phpbb_template_context $context template context
* @param phpbb_extension_manager $extension_manager extension manager, if null then template hooks will not be invoked
* @param phpbb_extension_manager $extension_manager extension manager, if null then template events will not be invoked
*/
public function __construct($phpbb_root_path, $php_ext, $config, $user, phpbb_template_locator $locator, phpbb_template_context $context, phpbb_extension_manager $extension_manager = null)
{