simplepie: properly escape feed title
This commit is contained in:
parent
3c62b74874
commit
c2f8aac431
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@
|
|||
if (!$registered_title || $registered_title == "[Unknown]") {
|
||||
|
||||
if (ENABLE_SIMPLEPIE) {
|
||||
$feed_title = $rss->get_title();
|
||||
$feed_title = db_escape_string($rss->get_title());
|
||||
} else {
|
||||
$feed_title = db_escape_string($rss->channel["title"]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue