code formatting and smaller errors
This commit is contained in:
parent
a81eb0c438
commit
937a35e1b8
6 changed files with 15 additions and 19 deletions
|
@ -235,13 +235,13 @@ class CustomField {
|
|||
else {
|
||||
if ($this->label && $this->custom_group_id) {
|
||||
\Civi::log()
|
||||
->error("Twingle Extension could not delete custom field
|
||||
->error("TwingleCampaign Extension could not delete custom field
|
||||
\"$this->label\" for group \"$this->custom_group_id\":
|
||||
$this->result['error_message']");
|
||||
}
|
||||
else {
|
||||
\Civi::log()
|
||||
->error("Twingle Extension could not delete custom field:
|
||||
->error("TwingleCampaign Extension could not delete custom field:
|
||||
$this->result['error_message']");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue