Fix: Message

This commit is contained in:
Laurent Destailleur 2011-12-07 00:16:19 +01:00
parent 2de09e98e8
commit b87a29806d

View File

@ -133,7 +133,7 @@ class ActionComm extends CommonObject
} }
else if ($result == 0) else if ($result == 0)
{ {
$this->error='Failed to get record with code AC_OTH from dictionnary "type of events"'; $this->error='Failed to get record with code '.$this->type_code.' from dictionnary "type of events"';
return -1; return -1;
} }
else else