From 33aadc85f9dccda8e7bce12dd57d47b46a8166fb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 Apr 2007 20:54:24 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Si=20fichier=20conf=20n'a=20pu=20etre=20?= =?UTF-8?q?cr=E9er=20apres=20clic=20sur=20rafraichir=20le=20test=20get/pos?= =?UTF-8?q?t=20echoue.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/install/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 4f0a9858850..7d0e7e28c54 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -142,7 +142,7 @@ if (! file_exists($conffile)) print $langs->trans("YouMustCreateWithPermission",'htdocs/conf/conf.php'); print "

"; - print $langs->trans("CorrectProblemAndReloadPage",$_SERVER['PHP_SELF']); + print $langs->trans("CorrectProblemAndReloadPage",$_SERVER['PHP_SELF'].'?testget=ok'); $err++; } else