From 35142ac2fbb29739b9a39265ae1e08de885acf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 16 Nov 2018 17:58:14 +0100 Subject: [PATCH] wip --- htdocs/install/upgrade2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");