summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorJohn Brayton <[email protected]>2016-08-27 10:29:25 -0400
committerJohn Brayton <[email protected]>2016-08-27 10:29:25 -0400
commitf1b3b3f3308b187e067ccac7daeb2258751d10ce (patch)
tree7bf9656f9e2602cf0a43484f31c8e977676592f0 /classes
parent557d86fe42e38a43b023b78af782dc509e4581f7 (diff)
Add feed_id to subscribeToFeed response when the code is 1 or 0.
Set the API_LEVEL to 14.
Diffstat (limited to 'classes')
-rw-r--r--classes/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/api.php b/classes/api.php
index 35c5d5f38..da164aca1 100644
--- a/classes/api.php
+++ b/classes/api.php
@@ -2,7 +2,7 @@
class API extends Handler {
- const API_LEVEL = 13;
+ const API_LEVEL = 14;
const STATUS_OK = 0;
const STATUS_ERR = 1;