diff --git a/common.php b/common.php index 6b989446c..33c58298d 100644 --- a/common.php +++ b/common.php @@ -87,7 +87,7 @@ if (is_file(BB_PATH . '/library/config.local.php')) { } /** - * Error reporting + * Initialize debug */ define('APP_ENV', env('APP_ENV', 'production')); if (APP_ENV === 'local') {