Fix missing arg from fn declaration
authorColeman Watts <coleman@civicrm.org>
Tue, 19 Aug 2014 20:28:16 +0000 (21:28 +0100)
committerColeman Watts <coleman@civicrm.org>
Tue, 19 Aug 2014 20:45:34 +0000 (21:45 +0100)
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,