From 92301ff3d79a065e981c0e2cea64975f43db9524 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Fri, 11 May 2012 09:17:58 +0000 Subject: [PATCH] fix: open config.xml.default, write config.xml --- core/trunk/install/class/Class_Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php index 67298c081aa..7447656cb31 100755 --- a/core/trunk/install/class/Class_Install.php +++ b/core/trunk/install/class/Class_Install.php @@ -289,7 +289,7 @@ class Install extends functions private function setConfigXml() { - $xmlconfig = simplexml_load_file('apps/maarch_entreprise/xml/config.xml'); + $xmlconfig = simplexml_load_file('apps/maarch_entreprise/xml/config.xml.default'); $CONFIG = $xmlconfig->CONFIG; $CONFIG->databaseserver = $_SESSION['config']['databaseserver']; -- GitLab