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:
cc8ff73
)
Fix notice on event registration when payment blocks not present and cid=0
author
Dave Greenberg
<dave@civicrm.org>
Fri, 23 Aug 2013 23:29:47 +0000
(16:29 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Fri, 23 Aug 2013 23:29:47 +0000
(16:29 -0700)
CRM/Event/Form/Registration/Register.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/Registration/Register.php
b/CRM/Event/Form/Registration/Register.php
index 91db147f1ffd7797f4c357ec6c9d20c8eb647b63..add14e40aa5f7884493f92a7ee73a4a2c7e9059d 100644
(file)
--- a/
CRM/Event/Form/Registration/Register.php
+++ b/
CRM/Event/Form/Registration/Register.php
@@
-403,6
+403,7
@@
class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
$pps = array();
//@todo this processor adding fn is another one duplicated on contribute - a shared
// common class would make this sort of thing extractable
+ $onlinePaymentProcessorEnabled = FALSE;
if (!empty($this->_paymentProcessors)) {
foreach ($this->_paymentProcessors as $key => $name) {
if($name['billing_mode'] == 1) {