Index: trunk/phase3/includes/installer/DatabaseInstaller.php |
— | — | @@ -186,11 +186,6 @@ |
187 | 187 | $updater = DatabaseUpdater::newForDB( $this->db ); |
188 | 188 | $extensionUpdates = $updater->getNewExtensions(); |
189 | 189 | |
190 | | - // No extensions need tables (or haven't updated to new installer support) |
191 | | - if( !count( $extensionUpdates ) ) { |
192 | | - return $status; |
193 | | - } |
194 | | - |
195 | 190 | $ourExtensions = array_map( 'strtolower', $this->getVar( '_Extensions' ) ); |
196 | 191 | |
197 | 192 | foreach( $ourExtensions as $ext ) { |