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

@@ -1303,7 +1303,7 @@ class Task extends CommonObjectLine
// Check parameters
if (!is_object($user)) {
dol_print_error('', "Method addTimeSpent was called with wrong parameter user");
dol_print_error(null, "Method addTimeSpent was called with wrong parameter user");
return -1;
}