Skip to content
Snippets Groups Projects
Commit 5bcec371 authored by Jon Goldberg's avatar Jon Goldberg Committed by Kevin Cristiano
Browse files

CRM-21812 - don't specify installation type post install

parent 7e087df0
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,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';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment