From: atif-shaikh Date: Wed, 18 Mar 2015 12:42:36 +0000 (+0530) Subject: CRM-16114 - Erroneous message on Wordpress install in 4.6b3 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b232c132c3e6fe706060acedb8b4b340ef3b55ef;p=civicrm-core.git CRM-16114 - Erroneous message on Wordpress install in 4.6b3 https://issues.civicrm.org/jira/browse/CRM-16114 --- diff --git a/install/index.php b/install/index.php index c8739b99e3..354fc51cd7 100644 --- a/install/index.php +++ b/install/index.php @@ -1418,9 +1418,6 @@ class Installer extends InstallRequirements { echo '

' . ts("CiviCRM has been successfully installed") . '

'; echo ''; echo '
'; + + $c = CRM_Core_Config::singleton(FALSE); + $c->free(); } }