Add configuration options to adjust the behavior of recent items stack: 1.) Define...
[civicrm-core.git] / extern / ipn.php
index 7b9324b1353d5ed9cf18094935aa2411c546ca85..30324752285b2057cabc093be70ff54aedd17aa1 100644 (file)
@@ -53,8 +53,9 @@ else {
 }
 try {
   //CRM-18245
-  CRM_Utils_System::loadBootStrap();
-
+  if ($config->userFramework == 'Joomla') {
+    CRM_Utils_System::loadBootStrap();
+  }
   $paypalIPN->main();
 }
 catch (CRM_Core_Exception $e) {