summaryrefslogtreecommitdiff
path: root/sample/rss
diff options
context:
space:
mode:
Diffstat (limited to 'sample/rss')
-rwxr-xr-xsample/rss/blend.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rss/blend.rb b/sample/rss/blend.rb
index e578f26a86..2fbd6efed6 100755
--- a/sample/rss/blend.rb
+++ b/sample/rss/blend.rb
@@ -61,7 +61,7 @@ rss = RSS::Maker.make("1.0") do |maker|
feeds.each do |feed|
feed.items.each do |item|
- item.setup_maker(maker)
+ item.setup_maker(maker.items)
end
end
maker.items.do_sort = true