Index: trunk/phase3/includes/resourceloader/ResourceLoaderStartUpModule.php |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | 'wgFormattedNamespaces' => $wgContLang->getFormattedNamespaces(), |
77 | 77 | 'wgNamespaceIds' => $wgContLang->getNamespaceIds(), |
78 | 78 | 'wgSiteName' => $wgSitename, |
79 | | - 'wgFileExtensions' => $wgFileExtensions, |
| 79 | + 'wgFileExtensions' => array_values( $wgFileExtensions ), |
80 | 80 | 'wgDBname' => $wgDBname, |
81 | 81 | ); |
82 | 82 | if ( $wgContLang->hasVariants() ) { |