From dfcbace621b5cb28061828b94ed1ed2828a7d2e8 Mon Sep 17 00:00:00 2001 From: n-aleha Date: Mon, 19 May 2014 04:17:32 +0300 Subject: [ticket/12557] Template fixes PHPBB3-12557 --- phpBB/phpbb/template/twig/definition.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/phpbb/template/twig/definition.php') diff --git a/phpBB/phpbb/template/twig/definition.php b/phpBB/phpbb/template/twig/definition.php index 39653f6d26..cb3c953692 100644 --- a/phpBB/phpbb/template/twig/definition.php +++ b/phpBB/phpbb/template/twig/definition.php @@ -25,6 +25,8 @@ class definition * Get a DEFINE'd variable * * @param string $name + * @param array $arguments + * * @return mixed Null if not found */ public function __call($name, $arguments) -- cgit v1.2.1