From 3cd03729b967e9692c3ceeb009b0a80762a79ea9 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 30 Jun 2021 12:08:41 +0200 Subject: [PATCH] Setup: Fix "Reload" button style when config file is read-only --- setup/wizardcontroller.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/wizardcontroller.class.inc.php b/setup/wizardcontroller.class.inc.php index b25e9e771..5c6a54f3c 100644 --- a/setup/wizardcontroller.class.inc.php +++ b/setup/wizardcontroller.class.inc.php @@ -181,7 +181,7 @@ class WizardController $oP->add("

Fatal error

\n"); $oP->error("Error: the configuration file '".$sRelativePath."' already exists and cannot be overwritten."); $oP->p("The wizard cannot modify the configuration file for you. If you want to upgrade ".ITOP_APPLICATION.", make sure that the file '".$sRelativePath."' can be modified by the web server."); - $oP->p(''); + $oP->p(''); $oP->output(); // Prevent token creation exit;