Skip to content

Commit

Permalink
Oops. Forgot the second part of that last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonbaker committed Oct 31, 2009
1 parent a94beb8 commit 619670a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/feedzirra/feed_utilities.rb
Expand Up @@ -54,6 +54,7 @@ def find_new_entries_for(feed)
# however, they're always ordered with the newest one first.
# So we go through the entries just parsed and insert each one as a new entry
# until we get to one that has the same url as the the newest for the feed
return feed.entries if self.entries.length == 0
latest_entry = self.entries.first
found_new_entries = []
feed.entries.each do |entry|
Expand Down

0 comments on commit 619670a

Please sign in to comment.