mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
get_feeds_from_html: remove XML preamble hack
move several related helper functions to Feeds class
This commit is contained in:
@@ -1708,7 +1708,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
foreach ($feeds as $feed) {
|
||||
$feed = trim($feed);
|
||||
|
||||
if (validate_feed_url($feed)) {
|
||||
if (Feeds::validate_feed_url($feed)) {
|
||||
|
||||
$this->pdo->beginTransaction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user