Index: trunk/phase3/includes/resourceloader/ResourceLoaderStartUpModule.php |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | // to their numerical ids (case insensitive and with underscores) |
62 | 62 | $namespaceIds = $wgContLang->getNamespaceIds(); |
63 | 63 | foreach( MWNamespace::getCanonicalNamespaces() as $index => $name ) { |
64 | | - $nsIds[$wgContLang->lc( $name )] = $index; |
| 64 | + $namespaceIds[$wgContLang->lc( $name )] = $index; |
65 | 65 | } |
66 | 66 | |
67 | 67 | // Build list of variables |