Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
917
Issues
917
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
Core
Commits
dae1413d
Unverified
Commit
dae1413d
authored
Jun 05, 2019
by
Eileen McNaughton
Committed by
GitHub
Jun 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14430 from agileware/5.14--CIVICRM-1228
#1017
: Always bootstrap CRM_Utils_System against 5.14
parents
aefbe75d
7aca4a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
extern/ipn.php
extern/ipn.php
+2
-3
No files found.
extern/ipn.php
View file @
dae1413d
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment