Commit e483854d by Jon Yurek

Fixed another bug in #reprocess\!

parent 5d6fa0d2
...@@ -175,10 +175,7 @@ module Paperclip ...@@ -175,10 +175,7 @@ module Paperclip
old_original.close if old_original.respond_to?(:close) old_original.close if old_original.respond_to?(:close)
clean = @errors.empty? save
save_attached_files if clean
clean
else else
true true
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment