diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-30 15:37:45 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 19:00:35 +0100 |
commit | 70201ee8fa084da667b0b1a308d48d2f3c8a541b (patch) | |
tree | 8b2925f3191f4ee9eee8b568821224ddf4a68bae /phpBB/includes/functions_install.php | |
parent | 873260589eaa7ac2d7e520ebe321cb8bb2609ce0 (diff) | |
download | forums-70201ee8fa084da667b0b1a308d48d2f3c8a541b.tar forums-70201ee8fa084da667b0b1a308d48d2f3c8a541b.tar.gz forums-70201ee8fa084da667b0b1a308d48d2f3c8a541b.tar.bz2 forums-70201ee8fa084da667b0b1a308d48d2f3c8a541b.tar.xz forums-70201ee8fa084da667b0b1a308d48d2f3c8a541b.zip |
[ticket/12620] Rename debug to development
PHPBB3-12620
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r-- | phpBB/includes/functions_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php index 2be8e6e860..1b63414cec 100644 --- a/phpBB/includes/functions_install.php +++ b/phpBB/includes/functions_install.php @@ -453,7 +453,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_cont if ($debug) { - $config_data .= "@define('ENVIRONMENT', 'debug');\n"; + $config_data .= "@define('ENVIRONMENT', 'development');\n"; } else { |