mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 10:51:28 +00:00
filter stupid feed: prefix from feed url
This commit is contained in:
@@ -1917,6 +1917,8 @@
|
||||
|
||||
function subscribe_to_feed($link, $feed_link, $cat_id = 0) {
|
||||
|
||||
$feed_link = preg_replace("/^feed://", $feed_link);
|
||||
|
||||
if ($cat_id == "0" || !$cat_id) {
|
||||
$cat_qpart = "NULL";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user