From b232c132c3e6fe706060acedb8b4b340ef3b55ef Mon Sep 17 00:00:00 2001 From: atif-shaikh Date: Wed, 18 Mar 2015 18:12:36 +0530 Subject: [PATCH] CRM-16114 - Erroneous message on Wordpress install in 4.6b3 https://issues.civicrm.org/jira/browse/CRM-16114 --- install/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); } } -- 2.25.1