dev/core#2372 Enable $submitOnce for some forms
[civicrm-core.git] / CRM / Admin / Form / Navigation.php
index 6a50bf5e652b504952866bfeec6e44e38e87859a..e54643d164bc37d1a7f40801e6e0aef157b35060 100644 (file)
@@ -26,6 +26,11 @@ class CRM_Admin_Form_Navigation extends CRM_Admin_Form {
    */
   protected $_currentParentID = NULL;
 
+  /**
+   * @var bool
+   */
+  public $submitOnce = TRUE;
+
   /**
    * Build the form object.
    */