Backout from 1.1.7 due to upgrade issue, fixed and retagging
authorDan
Fri, 18 Dec 2009 22:00:02 -0500
changeset 1186 774ae986fded
parent 1185 5daef5ddc08c
child 1187 5d33f9511995
Backout from 1.1.7 due to upgrade issue, fixed and retagging
.hgtags
includes/common.php
--- a/.hgtags	Fri Dec 18 21:49:48 2009 -0500
+++ b/.hgtags	Fri Dec 18 22:00:02 2009 -0500
@@ -8,4 +8,3 @@
 3214f493c0dba43230579a1f1ec6bc7957cd2955 1.1.4
 9a0d042289014b6d6c8db7e50a4546d34e06bf5c 1.1.5
 07a26bd567a50ecfa831eed8ccfeb2f014d93938 1.1.6
-2cb6d70867767337162357c250951c78bf32b6d4 1.1.7
--- a/includes/common.php	Fri Dec 18 21:49:48 2009 -0500
+++ b/includes/common.php	Fri Dec 18 22:00:02 2009 -0500
@@ -208,7 +208,7 @@
 // even be installed. If this connection attempt fails and it's because of a missing or corrupt config file, the
 // user will be redirected (intelligently) to install.php.
 
-$config_file = ( defined('IN_ENANO_INSTALL') ) ? '/config.new.php' : '/config.php';
+$config_file = ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') ) ? '/config.new.php' : '/config.php';
 @include(ENANO_ROOT . $config_file);
 unset($dbuser, $dbpasswd);
 if ( !isset($dbdriver) )