aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/development/config.yml
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-22 12:33:45 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-22 12:33:45 +0100
commit6850169095f099d8fd9f3886e60237134c77ddb4 (patch)
treeb5634b85767175b9963c2acdb0d0876ebec548de /phpBB/config/development/config.yml
parent0a49dad1123abe87590f5f40be0d3ad0fa97ea38 (diff)
downloadforums-6850169095f099d8fd9f3886e60237134c77ddb4.tar
forums-6850169095f099d8fd9f3886e60237134c77ddb4.tar.gz
forums-6850169095f099d8fd9f3886e60237134c77ddb4.tar.bz2
forums-6850169095f099d8fd9f3886e60237134c77ddb4.tar.xz
forums-6850169095f099d8fd9f3886e60237134c77ddb4.zip
[ticket/13266] Enable the debug extension in the development environment
PHPBB3-13266
Diffstat (limited to 'phpBB/config/development/config.yml')
-rw-r--r--phpBB/config/development/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/development/config.yml b/phpBB/config/development/config.yml
index 1c17b08931..f451eebe13 100644
--- a/phpBB/config/development/config.yml
+++ b/phpBB/config/development/config.yml
@@ -3,3 +3,6 @@ imports:
core:
require_dev_dependencies: true
+
+ twig:
+ enable_debug_extension: true