CRM-18245 bootstrap when triggering ipn
authorBrian Shaughnessy <brian@lcdservices.biz>
Fri, 25 Mar 2016 04:47:09 +0000 (00:47 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Fri, 25 Mar 2016 04:47:09 +0000 (00:47 -0400)
extern/ipn.php

index 9d65844e608db5033811b020cbdac877c34fbc62..7b9324b1353d5ed9cf18094935aa2411c546ca85 100644 (file)
@@ -52,6 +52,9 @@ else {
   // @todo upgrade standard per Pro
 }
 try {
+  //CRM-18245
+  CRM_Utils_System::loadBootStrap();
+
   $paypalIPN->main();
 }
 catch (CRM_Core_Exception $e) {