🗑️ 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(
|
CRM_Core_Session::setStatus(
|
||||||
$errorMessage,
|
$errorMessage,
|
||||||
E::ts("Input validation failed"),
|
E::ts("Input validation failed"),
|
||||||
error,
|
error
|
||||||
[unique => TRUE]
|
|
||||||
);
|
);
|
||||||
// Validation failed
|
// Validation failed
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue