Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -610,7 +610,7 @@ |
611 | 611 | if ( $this->getDBInstaller( $name )->isCompiled() ) { |
612 | 612 | $compiledDBs[] = $name; |
613 | 613 | } |
614 | | - $allNames[] = wfMsg( 'config-type-' . $name );; |
| 614 | + $allNames[] = wfMsg( 'config-type-' . $name ); |
615 | 615 | } |
616 | 616 | |
617 | 617 | $this->setVar( '_CompiledDBs', $compiledDBs ); |
— | — | @@ -1194,6 +1194,8 @@ |
1195 | 1195 | * @see https://bugzilla.wikimedia.org/show_bug.cgi?id=26857 |
1196 | 1196 | */ |
1197 | 1197 | global $wgAutoloadClasses; |
| 1198 | + $wgAutoloadClasses = array(); |
| 1199 | + |
1198 | 1200 | require( "$IP/includes/DefaultSettings.php" ); |
1199 | 1201 | |
1200 | 1202 | foreach( $exts as $e ) { |