From e0d13da5f47321c9be16e93e9e1eb98d09626eed Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Mon, 17 Apr 2017 23:06:25 +0200 Subject: [ticket/15180] Adjust \phpbb\di\extension\core::TWIG_OPTIONS_POSITION PHPBB3-15180 --- phpBB/phpbb/di/extension/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/di/extension/core.php b/phpBB/phpbb/di/extension/core.php index 29c0b0e44e..67150f0103 100644 --- a/phpBB/phpbb/di/extension/core.php +++ b/phpBB/phpbb/di/extension/core.php @@ -24,7 +24,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension; */ class core extends Extension { - const TWIG_OPTIONS_POSITION = 6; + const TWIG_OPTIONS_POSITION = 7; /** * Config path -- cgit v1.2.1