FIX stickler-ci
This commit is contained in:
parent
d5e6c08319
commit
3be0f0e1d0
@ -2141,9 +2141,7 @@ class EmailCollector extends CommonObject
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Search and create contact
|
||||
elseif ($operation['type'] == 'loadandcreatecontact') {
|
||||
} elseif ($operation['type'] == 'loadandcreatecontact') { // Search and create contact
|
||||
if (empty($operation['actionparam'])) {
|
||||
$errorforactions++;
|
||||
$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