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:
6e5475e
)
enotice fix
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Wed, 24 Jun 2015 11:42:59 +0000
(23:42 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Wed, 24 Jun 2015 21:07:05 +0000
(09:07 +1200)
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index 7b0587080202f592d1102c59e5d35d89d67ccac5..9daa16b96aca32bd45992018c50afb25ade7e88a 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-931,7
+931,7
@@
INNER JOIN civicrm_contribution con ON ( con.contribution_recur_id = rec.id )
}
// Else default
- return
$this->_paymentProcessor['url_recur']
;
+ return
isset($this->_paymentProcessor['url_recur']) ? $this->_paymentProcessor['url_recur'] : ''
;
}
}