googlereaderimport: support summary element
This commit is contained in:
parent
a26f0c1759
commit
b87bd8ed56
|
@ -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'])) {
|
if (is_array($item['content'])) {
|
||||||
$content = db_escape_string($this->link,
|
$content = db_escape_string($this->link,
|
||||||
$item['content']['content'], false);
|
$item['content']['content'], false);
|
||||||
|
|
Loading…
Reference in New Issue