From ad6072fc63070e04b7705ebbea40990196e910fc Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 3 Jun 2012 19:53:25 +0200 Subject: [PATCH] Use new xsd schema 0.7 in Export.php Change Idb82fe62 added a new xsd, but didn't use it. Change-Id: I030d245715174daeaf24723ebc156ab36761a035 --- includes/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Export.php b/includes/Export.php index 0bfcd74555..9debbb5ed6 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -468,7 +468,7 @@ class XmlDumpWriter { * @return string */ function schemaVersion() { - return "0.6"; + return "0.7"; } /** -- 2.20.1