PHP Code Sniffer fixes
This commit is contained in:
parent
4e072b416a
commit
53745a3e07
4 changed files with 53 additions and 1 deletions
|
@ -653,7 +653,8 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
elseif ($this->_op == 'delete') {
|
||||
$this->profile->deleteProfile();
|
||||
}
|
||||
} catch (ProfileException $e) {
|
||||
}
|
||||
catch (ProfileException $e) {
|
||||
Civi::log()->error($e->getLogMessage());
|
||||
CRM_Core_Session::setStatus(
|
||||
E::ts('Error'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue