mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user