diff options
author | Tristan Darricau <github@nicofuma.fr> | 2017-04-17 23:06:25 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-04-17 23:06:25 +0200 |
commit | e0d13da5f47321c9be16e93e9e1eb98d09626eed (patch) | |
tree | de2ff2b0318378ae24496cd28dcec56276031c4f /phpBB/phpbb | |
parent | 2c66867126c060933e77b908bd3713ab7215225f (diff) | |
download | forums-e0d13da5f47321c9be16e93e9e1eb98d09626eed.tar forums-e0d13da5f47321c9be16e93e9e1eb98d09626eed.tar.gz forums-e0d13da5f47321c9be16e93e9e1eb98d09626eed.tar.bz2 forums-e0d13da5f47321c9be16e93e9e1eb98d09626eed.tar.xz forums-e0d13da5f47321c9be16e93e9e1eb98d09626eed.zip |
[ticket/15180] Adjust \phpbb\di\extension\core::TWIG_OPTIONS_POSITION
PHPBB3-15180
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/di/extension/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |