fix param

This commit is contained in:
Frédéric France
2024-01-20 09:22:38 +01:00
parent 02d520b5a7
commit 03e29c6960
155 changed files with 214 additions and 212 deletions

View File

@@ -70,7 +70,7 @@ print '--- start'."\n";
$dir = DOL_DATA_ROOT;
$subdir = $argv[1];
if (empty($dir) || empty($subdir)) {
dol_print_error('', 'dir not defined');
dol_print_error(null, 'dir not defined');
exit(1);
}
if (!dol_is_dir($dir.'/'.$subdir)) {