summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-11 09:07:49 +0300
committerAndrew Dolgov <[email protected]>2017-05-11 09:07:49 +0300
commitc114a2596f15bedafa0acae68e8d48ad336129c3 (patch)
tree68fbcff79a50ed272860944d68117cac0d058497 /plugins/bookmarklets
parent6c34ef612c09bcd1e3e879c554dfeae127bb3046 (diff)
move add_feed_url() to pref_feeds
Diffstat (limited to 'plugins/bookmarklets')
-rw-r--r--plugins/bookmarklets/init.php2
1 files changed, 1 insertions, 1 deletions
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 "<p>" . __("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.") . "</p>";
- $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?'));