From 4f0dd89eb9793fd7216503d08ac5f17e92fd5d50 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 19 Mar 2023 14:46:15 +0100 Subject: [PATCH] Change from warning to error (config.local.php save error) --- install/steps/5-database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/steps/5-database.php b/install/steps/5-database.php index c2d63a7b..eba45349 100644 --- a/install/steps/5-database.php +++ b/install/steps/5-database.php @@ -92,7 +92,7 @@ if(!$error) { unset($_SESSION['saved']); $locale['step_database_error_file'] = str_replace('$FILE$', '' . BASE . 'config.local.php', $locale['step_database_error_file']); - warning($locale['step_database_error_file'] . '
+ error($locale['step_database_error_file'] . '
'); } }