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 --- plugins/bookmarklets/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/bookmarklets/init.php') diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 1ec4bbe9d..14db3994a 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -21,7 +21,7 @@ class Bookmarklets extends Plugin { print "

" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "

"; - $bm_subscribe_url = str_replace('%s', '', add_feed_url()); + $bm_subscribe_url = str_replace('%s', '', Pref_Feeds::subscribe_to_feed_url()); $confirm_str = str_replace("'", "\'", __('Subscribe to %s in Tiny Tiny RSS?')); -- cgit v1.2.3