aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-11 10:32:13 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-11 10:32:13 -0500
commitac6b4319b3e59b1766e8e9278567a90cd3758882 (patch)
treec2f9795bfc0391aaae515a0a54dc058dce0ac872 /phpBB/includes
parent648e1e51fad1c2198a30f62c50d7d2272134c399 (diff)
downloadforums-ac6b4319b3e59b1766e8e9278567a90cd3758882.tar
forums-ac6b4319b3e59b1766e8e9278567a90cd3758882.tar.gz
forums-ac6b4319b3e59b1766e8e9278567a90cd3758882.tar.bz2
forums-ac6b4319b3e59b1766e8e9278567a90cd3758882.tar.xz
forums-ac6b4319b3e59b1766e8e9278567a90cd3758882.zip
[ticket/11388] typehits
PHPBB3-11388
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/template/twig/twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/twig/twig.php b/phpBB/includes/template/twig/twig.php
index 621bfe0f4f..ae50124f5c 100644
--- a/phpBB/includes/template/twig/twig.php
+++ b/phpBB/includes/template/twig/twig.php
@@ -109,7 +109,7 @@ class phpbb_template_twig implements phpbb_template
* @param phpbb_extension_manager $extension_manager extension manager, if null then template events will not be invoked
* @param string $adm_relative_path relative path to adm directory
*/
- public function __construct($phpbb_root_path, $php_ext, $config, $user, phpbb_template_context $context, phpbb_extension_manager $extension_manager = null, $adm_relative_path = null)
+ public function __construct($phpbb_root_path, $php_ext, phpbb_config $config, phpbb_user $user, phpbb_template_context $context, phpbb_extension_manager $extension_manager = null, $adm_relative_path = null)
{
$this->phpbb_root_path = $phpbb_root_path;
$this->adm_relative_path = $adm_relative_path;