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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user