Skip to content

Commit

Permalink
Merge pull request #14430 from agileware/5.14--CIVICRM-1228
Browse files Browse the repository at this point in the history
dev/core#1017: Always bootstrap CRM_Utils_System against 5.14
  • Loading branch information
eileenmcnaughton authored Jun 5, 2019
2 parents aefbe75 + 7aca4a0 commit dae1413
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extern/ipn.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@
CRM_Utils_System::loadBootStrap();
break;

case 'Drupal':
case 'Backdrop':
// Gitlab issue: #973
default:
// Gitlab issues: #973, #1017
CRM_Utils_System::loadBootStrap([], FALSE);
break;

Expand Down

0 comments on commit dae1413

Please sign in to comment.