Add configuration options to adjust the behavior of recent items stack: 1.) Define...
[civicrm-core.git] / extern / ipn.php
index 9d65844e608db5033811b020cbdac877c34fbc62..30324752285b2057cabc093be70ff54aedd17aa1 100644 (file)
@@ -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) {