From c7dbda6335f1e534abc7a87aa668a58448647d3d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 9 Nov 2010 14:33:03 +0000 Subject: [PATCH] localsettings step no longer exists, and path doesn't go here --- includes/installer/CoreInstaller.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; } -- 2.20.1