r63015 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63014‎ | r63015 | r63016 >
Date:19:42, 26 February 2010
Author:catrope
Status:ok
Tags:
Comment:
wmf-deployment: Fix syntax error in r63014
Modified paths:
  • /branches/wmf-deployment/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/api/ApiBase.php
@@ -498,6 +498,7 @@
499499 foreach ( array_keys( $wgCanonicalNamespaceNames ) as $ns ) {
500500 if ( $ns > 0 ) {
501501 $mValidNamespaces[] = $ns;
 502+ }
502503 }
503504 }
504505 return $mValidNamespaces;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63014wmf-deployment: MFT r63011catrope19:41, 26 February 2010

Status & tagging log