dev/core#2372 Enable $submitOnce for some forms
[civicrm-core.git] / CRM / SMS / Form / Provider.php
index a9daf14057a7d54d7644ddd0bae664be9d695ac8..1f5e2313e1258c2527c2b47d4631020a4ff943ea 100644 (file)
 class CRM_SMS_Form_Provider extends CRM_Core_Form {
   protected $_id = NULL;
 
+  /**
+   * @var bool
+   */
+  public $submitOnce = TRUE;
+
   public function preProcess() {
 
     $this->_id = $this->get('id');