[#15] Replace CRM_Core_BAO_Setting methods getItem and setItem with Civi::settings() methods.
This commit is contained in:
parent
f2b94b72e7
commit
dfe433d545
3 changed files with 6 additions and 9 deletions
|
@ -269,10 +269,7 @@ class CRM_Twingle_Submission {
|
|||
'is_active' => 1,
|
||||
));
|
||||
return
|
||||
CRM_Core_BAO_Setting::getItem(
|
||||
'de.systopia.twingle',
|
||||
'twingle_use_sepa'
|
||||
)
|
||||
Civi::settings()->get('twingle_use_sepa')
|
||||
&& $sepa_extension['count'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue