splittingred / getFeed

A simple snippet to retrieve an RSS feed and iterate the feed items using a Chunk.
http://svn.modxcms.com/docs/display/ADDON/getFeed
7 stars 6 forks source link

with limit set to (for example) 2 it does fetch 3 items #1

Closed ronaldlokers closed 14 years ago

ronaldlokers commented 14 years ago

If I set the limit to 2 it does fetch 3 items, this is because PHP starts with counting on 0.

splittingred commented 14 years ago

Fixed in 1.0.0-beta2