Skip to content

Commit 3b8bf11

Browse files
committed
Fix typo
1 parent e01c33d commit 3b8bf11

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/filter/sanitize.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Name:: Automatic::Plugin::Filter::Sanitize
33
# Author:: 774 <http://id774.net>
44
# Created:: Jun 20, 2013
5-
# Updated:: Jun 24, 2013
6-
# Copyright:: Copyright (c) 2012-2013 Automatic Ruby Developers.
5+
# Updated:: Feb 21, 2014
6+
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
77
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
88

99
module Automatic::Plugin
@@ -26,7 +26,6 @@ def initialize(config, pipeline=[])
2626
def run
2727
@return_feeds = []
2828
@pipeline.each {|feeds|
29-
return_feed_items = []
3029
unless feeds.nil?
3130
feeds.items.each {|feed|
3231
feed = sanitize(feed)

0 commit comments

Comments
 (0)