one more fix for Magpie link_ weirdness
This commit is contained in:
parent
59ba2c75c7
commit
832b7bfc58
1 changed files with 2 additions and 1 deletions
|
@ -203,9 +203,10 @@
|
|||
}
|
||||
|
||||
$site_url = $rss->channel["link"];
|
||||
// weird, weird Magpie
|
||||
if (!$site_url) $site_url = db_escape_string($rss->channel["link_"]);
|
||||
|
||||
if ($site_url && $orig_site_url != db_escape_string($site_url)) {
|
||||
$site_url = db_escape_string($rss->channel["link"]);
|
||||
db_query($link, "UPDATE ttrss_feeds SET
|
||||
site_url = '$site_url' WHERE id = '$feed'");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue