X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGrant%2FForm%2FTask.php;h=cf89402c08a807060c636c500887f75fe586241b;hb=01fc73a5788aff9892383186d4dbb674a006dbc8;hp=c119967becc3c3ca59e104802795ee212c8ee338;hpb=232624b1bfe3beee7476775b278b9509e1607487;p=civicrm-core.git diff --git a/CRM/Grant/Form/Task.php b/CRM/Grant/Form/Task.php index c119967bec..cf89402c08 100644 --- a/CRM/Grant/Form/Task.php +++ b/CRM/Grant/Form/Task.php @@ -1,9 +1,9 @@ _grantIds = array(); @@ -145,12 +149,15 @@ class CRM_Grant_Form_Task extends CRM_Core_Form { * the form with a customized title for the main Submit * * @param string $title title of the main button - * @param string $type button type for the form after processing + * @param string $nextType + * @param string $backType + * + * @internal param string $type button type for the form after processing * * @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,