aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/twig.php
diff options
context:
space:
mode:
authorPico88 <luki_9@wp.pl>2014-08-24 08:19:44 +0200
committerPico <luki_9@wp.pl>2014-08-24 10:16:39 +0200
commit273fc5b5b61ad22af5a439c002afc626d8bb1b61 (patch)
treec10e5f3fe3ae0c2751e47c7b17417582b71291db /phpBB/phpbb/template/twig/twig.php
parentae3b015f654b4d3da2ca19414531c6bc13b63895 (diff)
downloadforums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar
forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar.gz
forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar.bz2
forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar.xz
forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.zip
[ticket/12661] Add template test
PHPBB3-12661
Diffstat (limited to 'phpBB/phpbb/template/twig/twig.php')
-rw-r--r--phpBB/phpbb/template/twig/twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/twig.php b/phpBB/phpbb/template/twig/twig.php
index bb9202930b..a3b002f350 100644
--- a/phpBB/phpbb/template/twig/twig.php
+++ b/phpBB/phpbb/template/twig/twig.php
@@ -179,7 +179,7 @@ class twig extends \phpbb\template\base
$names = $this->get_user_style();
// Add 'all' folder to $names array
// It allows extensions to load a template file from 'all' folder,
- // if a style doesn't include it.
+ // if a style doesn't include it.
$names[] = 'all';
$paths = array();