dev/core#2372 Enable $submitOnce for some forms
[civicrm-core.git] / CRM / Activity / Form / ActivityView.php
index 172ff26c394d2cb4b12c6387c4ef81ffa31454f2..5f69c54193318e45874c4755386d4bf2722dd9c1 100644 (file)
  */
 class CRM_Activity_Form_ActivityView extends CRM_Core_Form {
 
+  /**
+   * @var bool
+   */
+  public $submitOnce = TRUE;
+
   /**
    * Set variables up before form is built.
    */