in module parser_common_syndication, function parser_simplepie_feedapi_feed, operation 'compatible', when the feed is cached, the type of the feed is not persisted to the cache. Therefore on line 37, on subsequent calls (re: nodeapi/update) the type is not subsequently retrieved (it's null).
This patch persists the type to the cache so it is later retrieved correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi-5.patch | 1.62 KB | stashlbai |
Comments
Comment #1
mustafau commentedI do not understand why line 37 returns "$downloaded_string->type". Type is always "XML feed".
Instead of attaching type to the cached feed you should return "XML feed" in line 37.
Comment #2
mustafau commentedComment #3
aron novakThe feed type is not an important property of the feed object anymore.