X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FPaymentProcessorType.php;h=2259920ef8a37fa89508eaa93b6ca34215b8c600;hb=a021b4e565ee7b661455f4e34fa9fd4158c47cd2;hp=571aa957acb4a33149648bdfe8b5b3931640a766;hpb=0cd610f2502aadbf6191d4349a081ec003988f02;p=civicrm-core.git diff --git a/CRM/Admin/Form/PaymentProcessorType.php b/CRM/Admin/Form/PaymentProcessorType.php index 571aa957ac..2259920ef8 100644 --- a/CRM/Admin/Form/PaymentProcessorType.php +++ b/CRM/Admin/Form/PaymentProcessorType.php @@ -19,10 +19,15 @@ * This class generates form components for Location Type. */ class CRM_Admin_Form_PaymentProcessorType extends CRM_Admin_Form { - protected $_id = NULL; + public $_id = NULL; protected $_fields = NULL; + /** + * @var bool + */ + public $submitOnce = TRUE; + public function preProcess() { parent::preProcess();