FIX stickler-ci

This commit is contained in:
VESSILLER 2022-12-01 17:21:41 +01:00
parent d5e6c08319
commit 3be0f0e1d0

View File

@ -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";