diff options
author | Guillaume Turri <guillaume.turri@gmail.com> | 2013-01-21 09:46:12 +0100 |
---|---|---|
committer | Guillaume Turri <guillaume.turri@gmail.com> | 2013-01-21 09:46:12 +0100 |
commit | 45c1b04dfbc6014555d58bc561e6c277a2c2dc79 (patch) | |
tree | e0f1dc088122cfebe2b1734ca35a5a646aaae82a /inc/RemoteAPICore.php | |
parent | 77e5adb1a4bff9e9dd43f7c10beaa235c6eb5398 (diff) | |
download | rpg-45c1b04dfbc6014555d58bc561e6c277a2c2dc79.tar.gz rpg-45c1b04dfbc6014555d58bc561e6c277a2c2dc79.tar.bz2 |
Increment DOKU_API_VERSION
Because wiki.getAttachments now returns 'perms' instead of 'perm'
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r-- | inc/RemoteAPICore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 72af65329..07e6aa090 100644 --- a/inc/RemoteAPICore.php +++ b/inc/RemoteAPICore.php @@ -3,7 +3,7 @@ /** * Increased whenever the API is changed */ -define('DOKU_API_VERSION', 7); +define('DOKU_API_VERSION', 8); class RemoteAPICore { |