Merge pull request #4552 from giant-rabbit/preprocess-hook
[civicrm-core.git] / CRM / Grant / Form / Task.php
index fa3a9801656e518294d61f86aa2de22061eaf164..cf89402c08a807060c636c500887f75fe586241b 100644 (file)
@@ -157,7 +157,7 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
    * @return void
    * @access public
    */
-  function addDefaultButtons($title, $nextType = 'next', $backType = 'back') {
+  function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(
         array(
           'type' => $nextType,