X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FPaymentProcessorType.php;h=0f77aebd9813ca4d8e46ad43e6710041d4d44c86;hb=0d5147553408267419ef1e8fbe3cfecb83dff7ba;hp=2f4d62183be0218ade039cd259ce24c4ec7e8ebb;hpb=29d98e1314e345f1b9044f5359c2d0a67f380d21;p=civicrm-core.git diff --git a/CRM/Admin/Form/PaymentProcessorType.php b/CRM/Admin/Form/PaymentProcessorType.php index 2f4d62183b..0f77aebd98 100644 --- a/CRM/Admin/Form/PaymentProcessorType.php +++ b/CRM/Admin/Form/PaymentProcessorType.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -244,4 +244,5 @@ UPDATE civicrm_payment_processor SET is_default = 0"; } $dao->save(); } + }