r104475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104474‎ | r104475 | r104476 >
Date:20:04, 28 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r104445, swap the xmlnamespace url back to http://
Modified paths:
  • /trunk/phase3/includes/api/ApiFormatXml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFormatXml.php
@@ -31,7 +31,7 @@
3232 class ApiFormatXml extends ApiFormatBase {
3333
3434 private $mRootElemName = 'api';
35 - public static $namespace = 'https://www.mediawiki.org/xml/api/';
 35+ public static $namespace = 'http://www.mediawiki.org/xml/api/';
3636 private $mDoubleQuote = false;
3737 private $mIncludeNamespace = false;
3838 private $mXslt = null;

Follow-up revisions

RevisionCommit summaryAuthorDate
r104476MFT r104475reedy20:08, 28 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104445Oh noes, moar http:// -> https://reedy15:43, 28 November 2011

Status & tagging log