Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php |
— | — | @@ -257,7 +257,7 @@ |
258 | 258 | } |
259 | 259 | $this->assertFalse( MWNamespace::isContent( 100 ) ); |
260 | 260 | |
261 | | - $wgContentNamespaces = saved; |
| 261 | + $wgContentNamespaces = $saved; |
262 | 262 | } |
263 | 263 | |
264 | 264 | /** |