aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/node/includejs.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 02:41:03 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 02:41:03 +0200
commit2472271bc0cd7c15c77783c86ccaac643ab1756a (patch)
tree0877d20f422411ed20b398c616b26b69ff30fdcd /phpBB/phpbb/template/twig/node/includejs.php
parent21bbb5850349326464204bdb1bea7ecf5a88c10a (diff)
downloadforums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar.gz
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar.bz2
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar.xz
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.zip
[ticket/11700] Fix tests after merging new develop code
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/template/twig/node/includejs.php')
-rw-r--r--phpBB/phpbb/template/twig/node/includejs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/node/includejs.php b/phpBB/phpbb/template/twig/node/includejs.php
index 510e221e07..696b640eac 100644
--- a/phpBB/phpbb/template/twig/node/includejs.php
+++ b/phpBB/phpbb/template/twig/node/includejs.php
@@ -22,7 +22,7 @@ class includejs extends \phpbb\template\twig\node\includeasset
/**
* {@inheritdoc}
*/
- protected function append_asset(Twig_Compiler $compiler)
+ protected function append_asset(\Twig_Compiler $compiler)
{
$config = $this->environment->get_phpbb_config();