mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
googlereaderimport: support summary element
This commit is contained in:
@@ -108,6 +108,11 @@ class GoogleReaderImport extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
if (is_array($item['summary'])) {
|
||||
$content = db_escape_string($this->link,
|
||||
$item['summary']['content'], false);
|
||||
}
|
||||
|
||||
if (is_array($item['content'])) {
|
||||
$content = db_escape_string($this->link,
|
||||
$item['content']['content'], false);
|
||||
|
||||
Reference in New Issue
Block a user