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
W
WordPress
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
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
WordPress
Commits
fd6ba3ea
Unverified
Commit
fd6ba3ea
authored
Jul 19, 2018
by
eileen
🎱
Committed by
GitHub
Jul 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #125 from MegaphoneJon/CRM-21812
CRM-21812 - don't specify installation type post install
parents
0e209a47
4629f4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
civicrm.php
civicrm.php
+3
-1
No files found.
civicrm.php
View file @
fd6ba3ea
...
...
@@ -308,7 +308,9 @@ class CiviCRM_For_WordPress {
if
(
$this
->
civicrm_in_wordpress
()
)
{
// this is required for AJAX calls in WordPress admin
$_GET
[
'noheader'
]
=
TRUE
;
}
else
{
}
if
(
!
CIVICRM_INSTALLED
&&
!
$this
->
civicrm_in_wordpress
()
)
{
$_GET
[
'civicrm_install_type'
]
=
'wordpress'
;
}
...
...
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