1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:15:56 +00:00

use ORM when subscribing feeds

This commit is contained in:
Andrew Dolgov
2021-03-02 10:11:42 +03:00
parent dae0476159
commit 7cf12233d7
2 changed files with 26 additions and 27 deletions

View File

@@ -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