From c114a2596f15bedafa0acae68e8d48ad336129c3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 May 2017 09:07:49 +0300 Subject: move add_feed_url() to pref_feeds --- classes/pref/feeds.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'classes/pref/feeds.php') diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 78e0f2f2b..002d56aeb 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1489,7 +1489,7 @@ class Pref_Feeds extends Handler_Protected { print ""; @@ -1972,4 +1972,11 @@ class Pref_Feeds extends Handler_Protected { print (int) $this->dbh->fetch_result($result, 0, "num_inactive"); } + + static function subscribe_to_feed_url() { + $url_path = get_self_url_prefix() . + "/public.php?op=subscribe&feed_url=%s"; + return $url_path; + } + } \ No newline at end of file -- cgit v1.2.3