From: Chad Horohoe Date: Tue, 9 Nov 2010 14:33:03 +0000 (+0000) Subject: localsettings step no longer exists, and path doesn't go here X-Git-Tag: 1.31.0-rc.0~33965 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=c7dbda6335f1e534abc7a87aa668a58448647d3d;p=lhc%2Fweb%2Fwiklou.git localsettings step no longer exists, and path doesn't go here --- diff --git a/includes/installer/CoreInstaller.php b/includes/installer/CoreInstaller.php index 31d573f85d..50cb0b743a 100644 --- a/includes/installer/CoreInstaller.php +++ b/includes/installer/CoreInstaller.php @@ -1,4 +1,4 @@ -getVar( '_UpgradeDone' ) ) { - $this->installSteps = array( 'localsettings' ); - } - if( count( $this->getVar( '_Extensions' ) ) ) { array_unshift( $this->installSteps, 'extensions' ); } - return $this->installSteps; }