Add a log to help diagnose bad usage of method ad of event
This commit is contained in:
parent
b0419557b1
commit
9a9be97c2c
@ -196,6 +196,7 @@ class ActionComm extends CommonObject
|
|||||||
// Check parameters
|
// Check parameters
|
||||||
if (empty($this->userownerid))
|
if (empty($this->userownerid))
|
||||||
{
|
{
|
||||||
|
dol_syslog("You tried to create an event but mandatory property ownerid was not defined", LOG_WARNING);
|
||||||
$this->errors[]='ErrorPropertyUserowneridNotDefined';
|
$this->errors[]='ErrorPropertyUserowneridNotDefined';
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user