]> git.wh0rd.org - tt-rss.git/blobdiff - classes/handler/public.php
subscribe_to_feed: stop fetching URL multiple times while subscribing, various other...
[tt-rss.git] / classes / handler / public.php
index b9972df4fb7399427d6628ca5fd5171dda9822ed..7cb465594b4f2d343a07ae0cbd14720d31c2d4c3 100644 (file)
@@ -553,7 +553,7 @@ class Handler_Public extends Handler {
                                break;
                        case 4:
                                print_notice(__("Multiple feed URLs found."));
-                               $feed_urls = get_feeds_from_html($feed_url);
+                               $feed_urls = $rc["feeds"];
                                break;
                        case 5:
                                print_error(T_sprintf("Could not subscribe to <b>%s</b>.<br>Can't download the Feed URL.", $feed_url));