]> git.wh0rd.org - tt-rss.git/blobdiff - classes/api.php
Add feed_id to subscribeToFeed response when the code is 1 or 0.
[tt-rss.git] / classes / api.php
index 35c5d5f38e1b6ed734a92c5d6dfb5809ef26eaa9..da164aca1480ac1838f2fae8dea4a0da211a0c0c 100644 (file)
@@ -2,7 +2,7 @@
 
 class API extends Handler {
 
-       const API_LEVEL  = 13;
+       const API_LEVEL  = 14;
 
        const STATUS_OK  = 0;
        const STATUS_ERR = 1;