From 7aca4a016f5187a92b1e1698fa44877f35b44d22 Mon Sep 17 00:00:00 2001 From: Francis Whittle Date: Wed, 5 Jun 2019 11:15:45 +1000 Subject: [PATCH] dev/core#1017: Always bootstrap CRM_Utils_System --- extern/ipn.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extern/ipn.php b/extern/ipn.php index 4882336cf3..8e6797ed97 100644 --- a/extern/ipn.php +++ b/extern/ipn.php @@ -81,9 +81,8 @@ try { CRM_Utils_System::loadBootStrap(); break; - case 'Drupal': - case 'Backdrop': - // Gitlab issue: #973 + default: + // Gitlab issues: #973, #1017 CRM_Utils_System::loadBootStrap([], FALSE); break; -- 2.25.1