Index: branches/wmf/1.18wmf1/includes/api/ApiFormatXml.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | class ApiFormatXml extends ApiFormatBase { |
38 | 38 | |
39 | 39 | private $mRootElemName = 'api'; |
40 | | - public static $namespace = 'https://www.mediawiki.org/xml/api/'; |
| 40 | + public static $namespace = 'http://www.mediawiki.org/xml/api/'; |
41 | 41 | private $mDoubleQuote = false; |
42 | 42 | private $mIncludeNamespace = false; |
43 | 43 | private $mXslt = null; |
Property changes on: branches/wmf/1.18wmf1/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
44 | 44 | Merged /trunk/phase3/includes/api:r104475 |
Property changes on: branches/wmf/1.18wmf1/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
45 | 45 | Merged /trunk/phase3/includes:r104475 |
Property changes on: branches/wmf/1.18wmf1 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
46 | 46 | Merged /trunk/phase3:r104475 |
Index: branches/REL1_18/phase3/includes/api/ApiFormatXml.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | class ApiFormatXml extends ApiFormatBase { |
38 | 38 | |
39 | 39 | private $mRootElemName = 'api'; |
40 | | - public static $namespace = 'https://www.mediawiki.org/xml/api/'; |
| 40 | + public static $namespace = 'http://www.mediawiki.org/xml/api/'; |
41 | 41 | private $mDoubleQuote = false; |
42 | 42 | private $mIncludeNamespace = false; |
43 | 43 | private $mXslt = null; |
Property changes on: branches/REL1_18/phase3/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
44 | 44 | Merged /trunk/phase3/includes/api:r104475 |
Property changes on: branches/REL1_18/phase3/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
45 | 45 | Merged /trunk/phase3/includes:r104475 |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
46 | 46 | Merged /trunk/phase3:r104475 |