From: Sam Reed Date: Mon, 28 Nov 2011 20:04:40 +0000 (+0000) Subject: Followup r104445, swap the xmlnamespace url back to http:// X-Git-Tag: 1.31.0-rc.0~26245 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=124f6229ac990569de89c63e66a603ebaed51734;p=lhc%2Fweb%2Fwiklou.git Followup r104445, swap the xmlnamespace url back to --- diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index 7812fba054..054784b1a4 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -31,7 +31,7 @@ class ApiFormatXml extends ApiFormatBase { private $mRootElemName = 'api'; - public static $namespace = 'https://www.mediawiki.org/xml/api/'; + public static $namespace = 'http://www.mediawiki.org/xml/api/'; private $mDoubleQuote = false; private $mIncludeNamespace = false; private $mXslt = null;