🗑️ get rid of the warning about using an deprecated constant
This commit is contained in:
parent
3e73ed733b
commit
fbe30b0ce5
1 changed files with 1 additions and 2 deletions
|
@ -411,8 +411,7 @@ function _validateAndSendInput($id, $campaign_type_id): bool {
|
|||
CRM_Core_Session::setStatus(
|
||||
$errorMessage,
|
||||
E::ts("Input validation failed"),
|
||||
error,
|
||||
[unique => TRUE]
|
||||
error
|
||||
);
|
||||
// Validation failed
|
||||
return FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue