Add a log to help diagnose bad usage of method ad of event

This commit is contained in:
Laurent Destailleur 2015-11-12 14:36:35 +01:00
parent b0419557b1
commit 9a9be97c2c

View File

@ -196,6 +196,7 @@ class ActionComm extends CommonObject
// Check parameters
if (empty($this->userownerid))
{
dol_syslog("You tried to create an event but mandatory property ownerid was not defined", LOG_WARNING);
$this->errors[]='ErrorPropertyUserowneridNotDefined';
return -1;
}