FIX stickler-ci
This commit is contained in:
parent
d5e6c08319
commit
3be0f0e1d0
@ -2141,9 +2141,7 @@ class EmailCollector extends CommonObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} elseif ($operation['type'] == 'loadandcreatecontact') { // Search and create contact
|
||||||
// Search and create contact
|
|
||||||
elseif ($operation['type'] == 'loadandcreatecontact') {
|
|
||||||
if (empty($operation['actionparam'])) {
|
if (empty($operation['actionparam'])) {
|
||||||
$errorforactions++;
|
$errorforactions++;
|
||||||
$this->error = "Action loadandcreatecontact has empty parameter. Must be 'SET:xxx' or 'EXTRACT:(body|subject):regex' to define how to extract data";
|
$this->error = "Action loadandcreatecontact has empty parameter. Must be 'SET:xxx' or 'EXTRACT:(body|subject):regex' to define how to extract data";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user