diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index 1011dcef9cb..be31447eeda 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -4423,9 +4423,9 @@ function migrate_rename_directories($db,$langs,$conf,$oldname,$newname) * @param Conf $conf Object conf * @return void */ -function migrate_delete_old_files($db,$langs,$conf) +function migrate_delete_old_files($db, $langs, $conf) { - $result=true; + $result = true; dolibarr_install_syslog("upgrade2::migrate_delete_old_files");