We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c33d commit 3b8bf11Copy full SHA for 3b8bf11
1 file changed
plugins/filter/sanitize.rb
@@ -2,8 +2,8 @@
2
# Name:: Automatic::Plugin::Filter::Sanitize
3
# Author:: 774 <http://id774.net>
4
# Created:: Jun 20, 2013
5
-# Updated:: Jun 24, 2013
6
-# Copyright:: Copyright (c) 2012-2013 Automatic Ruby Developers.
+# Updated:: Feb 21, 2014
+# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
7
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
8
9
module Automatic::Plugin
@@ -26,7 +26,6 @@ def initialize(config, pipeline=[])
26
def run
27
@return_feeds = []
28
@pipeline.each {|feeds|
29
- return_feed_items = []
30
unless feeds.nil?
31
feeds.items.each {|feed|
32
feed = sanitize(feed)
0 commit comments