Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code feedapi (core module)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2008 at 15:07 UTC
Updated:
30 Dec 2008 at 10:12 UTC
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.