We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8bf14 commit 5b8e498Copy full SHA for 5b8e498
plugins/filter/sanitize.rb
@@ -2,7 +2,7 @@
2
# Name:: Automatic::Plugin::Filter::Sanitize
3
# Author:: 774 <http://id774.net>
4
# Created:: Jun 20, 2013
5
-# Updated:: Jun 23, 2013
+# Updated:: Jun 24, 2013
6
# Copyright:: 774 Copyright (c) 2013
7
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
8
@@ -28,6 +28,7 @@ def sanitize(feed)
28
feed.description = Sanitize.clean(feed.description, @mode) unless feed.description.nil?
29
return feed
30
rescue
31
+ Automatic::Log.puts("warn", "Undefined field detected in feed.")
32
33
end
34
0 commit comments