From f1b3b3f3308b187e067ccac7daeb2258751d10ce Mon Sep 17 00:00:00 2001 From: John Brayton Date: Sat, 27 Aug 2016 10:29:25 -0400 Subject: Add feed_id to subscribeToFeed response when the code is 1 or 0. Set the API_LEVEL to 14. --- classes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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; -- cgit v1.2.3