Index: trunk/phase3/includes/api/ApiFormatXml.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | class ApiFormatXml extends ApiFormatBase { |
33 | 33 | |
34 | 34 | private $mRootElemName = 'api'; |
35 | | - public static $namespace = 'https://www.mediawiki.org/xml/api/'; |
| 35 | + public static $namespace = 'http://www.mediawiki.org/xml/api/'; |
36 | 36 | private $mDoubleQuote = false; |
37 | 37 | private $mIncludeNamespace = false; |
38 | 38 | private $mXslt = null; |