From 273fc5b5b61ad22af5a439c002afc626d8bb1b61 Mon Sep 17 00:00:00 2001 From: Pico88 Date: Sun, 24 Aug 2014 08:19:44 +0200 Subject: [ticket/12661] Add template test PHPBB3-12661 --- phpBB/phpbb/template/twig/twig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb') 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(); -- cgit v1.2.1