From efc6553da498bd16776cf7e88358877b1c088c7f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 24 Mar 2013 14:28:43 +0400 Subject: api: implement subscribeToFeed/unsubscribeFeed (closes #623) --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index c01e41004..2ae0dc3b9 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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; -- cgit v1.2.3