mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-26 16:51:05 +02:00
filter stupid feed: prefix from feed url
This commit is contained in:
parent
f0e2373ae7
commit
bb0f29a454
@ -1916,7 +1916,9 @@
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user