From: Andrew Dolgov Date: Tue, 19 Sep 2006 03:56:34 +0000 (+0100) Subject: fix feed: prefix stripping (2) X-Git-Tag: 1.2.3~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=39ddbaa1c4067ebac770e7ed923dcee12dbfe3ce;p=tt-rss.git fix feed: prefix stripping (2) --- diff --git a/functions.php b/functions.php index 6ac0eeca..03e511d9 100644 --- a/functions.php +++ b/functions.php @@ -1917,7 +1917,7 @@ function subscribe_to_feed($link, $feed_link, $cat_id = 0) { - $feed_link = preg_replace("/^feed://", "", $feed_link); + $feed_link = preg_replace("/^feed:/", "", $feed_link); if ($cat_id == "0" || !$cat_id) { $cat_qpart = "NULL";