diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php index 49f3edcf8af..4b207ed25c3 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -400,7 +400,7 @@ if ($_POST["action"] == "set") // Creation donnees $handle=opendir($dir); - dolibarr_install_syslog("Ouverture repertoire data ".$dir." handle=".$handle,LOG_DEBUG); + dolibarr_install_syslog("Ouverture repertoire ".$dir." handle=".$handle,LOG_DEBUG); while (($file = readdir($handle))!==false) { if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file))