Index: trunk/phase3/includes/installer/WebInstaller.php |
— | — | @@ -81,10 +81,6 @@ |
82 | 82 | if ( isset( $session['settings'] ) ) { |
83 | 83 | $this->settings = $session['settings'] + $this->settings; |
84 | 84 | } |
85 | | - |
86 | | - /* Must be called after the session setup above */ |
87 | | - $this->setupDatabaseObjects(); |
88 | | - |
89 | 85 | $this->exportVars(); |
90 | 86 | $this->setupLanguage(); |
91 | 87 | |