summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-02-01 20:35:23 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-02-01 20:35:23 +0100
commit2203da5b13d5062626a6ecd6b599fb42dc415a06 (patch)
tree20147bcb84782f7a4ac1335732233a11db023e9d
parent1d667b4c1c191998288c0f0f377c453385f9ca57 (diff)
downloadrpg-2203da5b13d5062626a6ecd6b599fb42dc415a06.tar.gz
rpg-2203da5b13d5062626a6ecd6b599fb42dc415a06.tar.bz2
increased XMLRPC API version for 1d667b4
-rw-r--r--lib/exe/xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php
index 61e6f1e95..1264ff333 100644
--- a/lib/exe/xmlrpc.php
+++ b/lib/exe/xmlrpc.php
@@ -7,7 +7,7 @@ if(isset($HTTP_RAW_POST_DATA)) $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
/**
* Increased whenever the API is changed
*/
-define('DOKU_XMLRPC_API_VERSION', 6);
+define('DOKU_XMLRPC_API_VERSION', 7);
require_once(DOKU_INC.'inc/init.php');
session_write_close(); //close session