1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 17:45:56 +00:00

api: implement subscribeToFeed/unsubscribeFeed (closes #623)

This commit is contained in:
Andrew Dolgov
2013-03-24 14:28:43 +04:00
parent 62a1f9899e
commit efc6553da4
4 changed files with 35 additions and 7 deletions

View File

@@ -1535,7 +1535,7 @@
* 5 - Couldn't download the URL content.
*/
function subscribe_to_feed($link, $url, $cat_id = 0,
$auth_login = '', $auth_pass = '', $need_auth = false) {
$auth_login = '', $auth_pass = '') {
global $fetch_last_error;