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:
4994f73
)
load bootstrap only for Joomla
author
deb.monish
<monish.deb@webaccessglobal.com>
Tue, 17 May 2016 07:25:55 +0000
(12:55 +0530)
committer
deb.monish
<monish.deb@webaccessglobal.com>
Tue, 17 May 2016 07:25:55 +0000
(12:55 +0530)
extern/ipn.php
patch
|
blob
|
blame
|
history
diff --git
a/extern/ipn.php
b/extern/ipn.php
index 9d65844e608db5033811b020cbdac877c34fbc62..30324752285b2057cabc093be70ff54aedd17aa1 100644
(file)
--- a/
extern/ipn.php
+++ b/
extern/ipn.php
@@
-52,6
+52,10
@@
else {
// @todo upgrade standard per Pro
}
try {
+ //CRM-18245
+ if ($config->userFramework == 'Joomla') {
+ CRM_Utils_System::loadBootStrap();
+ }
$paypalIPN->main();
}
catch (CRM_Core_Exception $e) {