[ticket/12620] Rename debug to development

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-05-30 15:37:45 +02:00
parent 873260589e
commit 70201ee8fa
2 changed files with 1 additions and 1 deletions

View file

@ -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
{