code formatting and smaller errors

This commit is contained in:
Marc Michalsky forumZFD 2020-11-02 17:47:16 +01:00
parent a81eb0c438
commit 937a35e1b8
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
6 changed files with 15 additions and 19 deletions

View file

@ -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']");
}
}