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:
a380128
)
CRM-18245 bootstrap when triggering ipn
author
Brian Shaughnessy
<brian@lcdservices.biz>
Fri, 25 Mar 2016 04:47:09 +0000
(
00:47
-0400)
committer
Brian Shaughnessy
<brian@lcdservices.biz>
Fri, 25 Mar 2016 04:47:09 +0000
(
00:47
-0400)
extern/ipn.php
patch
|
blob
|
blame
|
history
diff --git
a/extern/ipn.php
b/extern/ipn.php
index 9d65844e608db5033811b020cbdac877c34fbc62..7b9324b1353d5ed9cf18094935aa2411c546ca85 100644
(file)
--- a/
extern/ipn.php
+++ b/
extern/ipn.php
@@
-52,6
+52,9
@@
else {
// @todo upgrade standard per Pro
}
try {
+ //CRM-18245
+ CRM_Utils_System::loadBootStrap();
+
$paypalIPN->main();
}
catch (CRM_Core_Exception $e) {