projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b6943
)
Fix missing arg from fn declaration
author
Coleman Watts
<coleman@civicrm.org>
Tue, 19 Aug 2014 20:28:16 +0000
(21:28 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 19 Aug 2014 20:45:34 +0000
(21:45 +0100)
CRM/Grant/Form/Task.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Grant/Form/Task.php
b/CRM/Grant/Form/Task.php
index fa3a9801656e518294d61f86aa2de22061eaf164..cf89402c08a807060c636c500887f75fe586241b 100644
(file)
--- 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,