summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 14:28:43 +0400
committerAndrew Dolgov <[email protected]>2013-03-24 14:28:43 +0400
commitefc6553da498bd16776cf7e88358877b1c088c7f (patch)
treed23e7fd804e9e4c4f131790865c48b120772b8ac /include
parent62a1f9899ebfc099720a75a7ff0476c86034d45d (diff)
api: implement subscribeToFeed/unsubscribeFeed (closes #623)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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;