r95440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95439‎ | r95440 | r95441 >
Date:20:15, 24 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix missing $ from r95439
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php
@@ -257,7 +257,7 @@
258258 }
259259 $this->assertFalse( MWNamespace::isContent( 100 ) );
260260
261 - $wgContentNamespaces = saved;
 261+ $wgContentNamespaces = $saved;
262262 }
263263
264264 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95439Fixup the rest of r82577reedy20:14, 24 August 2011

Status & tagging log