wip syntax error
This commit is contained in:
parent
346d1f410c
commit
8a5b1dddb7
@ -243,10 +243,7 @@ class EmailCollectorAction extends CommonObject
|
|||||||
$result = $object->createCommon($user);
|
$result = $object->createCommon($user);
|
||||||
if ($result < 0) {
|
if ($result < 0) {
|
||||||
$error++;
|
$error++;
|
||||||
$thi /**
|
$this->error = $object->error;
|
||||||
* @var EmailcollectorActionLine[] Array of subtable lines
|
|
||||||
*/
|
|
||||||
s->error = $object->error;
|
|
||||||
$this->errors = $object->errors;
|
$this->errors = $object->errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user