Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly
authorDan
Fri, 18 Dec 2009 21:46:05 -0500
changeset 1184 2cb6d7086776
parent 1183 15957df91ea4
child 1185 5daef5ddc08c
Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly
includes/dbal.php
--- a/includes/dbal.php	Fri Dec 18 21:21:59 2009 -0500
+++ b/includes/dbal.php	Fri Dec 18 21:46:05 2009 -0500
@@ -155,7 +155,7 @@
     
     if ( !$manual_credentials )
     {
-      if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') && !defined('ENANO_INSTALLED') )
+      if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') )
       {
         @include(ENANO_ROOT.'/config.new.php');
       }