r71868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71867‎ | r71868 | r71869 >
Date:03:08, 29 August 2010
Author:werdna
Status:ok
Tags:
Comment:
Unmerging r71867. Merge-conflicts with some things Nikerabbit was doing. He broke it, leaving him to fix it for now :-)
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -262,8 +262,6 @@
263263 }
264264
265265 # Sometimes a language will be localised but not actually exist on this wiki.
266 - global $wgCanonicalNamespaceNames;
267 - $validNamespaces = array_keys(MWNamespace::getCanonicalNamespaces());
268266 foreach( $this->namespaceNames as $key => $text ) {
269267 if ( !isset( $validNamespaces[$key] ) ) {
270268 unset( $this->namespaceNames[$key] );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71867Fix bug introduced in untested r71576. getNamespaces() did not use getCanonic...werdna03:03, 29 August 2010

Status & tagging log