From 8daaa659b2c94c65f33518f14553d6f42c27d3de Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 19 Aug 2014 21:28:16 +0100 Subject: [PATCH] Fix missing arg from fn declaration --- CRM/Grant/Form/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Grant/Form/Task.php b/CRM/Grant/Form/Task.php index fa3a980165..cf89402c08 100644 --- a/CRM/Grant/Form/Task.php +++ b/CRM/Grant/Form/Task.php @@ -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, -- 2.25.1