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