Fix $wgHtml5 case. Follow-up c35304 (0473c33)
authorPlatonides <platonides@gmail.com>
Tue, 27 Nov 2012 17:47:30 +0000 (18:47 +0100)
committerPlatonides <platonides@gmail.com>
Tue, 27 Nov 2012 17:47:30 +0000 (18:47 +0100)
Change-Id: Ie5916a5fbb64873adb0ed8a6fdd0aca666c7ebf1

tests/phpunit/includes/SanitizerTest.php

index 90fd482..012c49d 100644 (file)
@@ -74,7 +74,7 @@ class SanitizerTest extends MediaWikiTestCase {
 
                # Enable HTML5 mode
                $save = $wgHtml5;
-               $wgHTML5 = true;
+               $wgHtml5 = true;
 
                if( $escaped ) {
                        $this->assertEquals( "&lt;$tag&gt;",