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 @@
499
499
foreach ( array_keys( $wgCanonicalNamespaceNames ) as $ns ) {
500
500
if ( $ns > 0 ) {
501
501
$mValidNamespaces[] = $ns;
502
+ }
502
503
}
503
504
}
504
505
return $mValidNamespaces;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63014
wmf-deployment: MFT
r63011
catrope
19:41, 26 February 2010
Status & tagging log
08:02, 29 June 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63015
[
removed:
new
added:
ok]