summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-02 10:11:42 +0300
committerAndrew Dolgov <[email protected]>2021-03-02 10:11:42 +0300
commit7cf12233d7e24b0d745486e378a3351ef7cc67e4 (patch)
treeaaa838ed1d9f0be287fa903e050c425313c7e43f /plugins/bookmarklets
parentdae047615914e985a5ed7fdf2616db58d09168c9 (diff)
use ORM when subscribing 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 eabb33510..ab88d48e7 100644
--- a/plugins/bookmarklets/init.php
+++ b/plugins/bookmarklets/init.php
@@ -154,7 +154,7 @@ class Bookmarklets extends Plugin {
<a href='index.php'><?= __("Return to Tiny Tiny RSS") ?></a>
</form>
<?php
- } else {
+ } else if (!$feed_urls) {
?>
<a href='index.php'><?= __("Return to Tiny Tiny RSS") ?></a>
<?php