From 124f6229ac990569de89c63e66a603ebaed51734 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 28 Nov 2011 20:04:40 +0000 Subject: [PATCH] Followup r104445, swap the xmlnamespace url back to http:// --- includes/api/ApiFormatXml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1