damn, typo

This commit is contained in:
MrZYX 2011-04-02 16:02:51 +02:00
parent e8b006eadb
commit 65263f1905

View file

@ -101,7 +101,7 @@ class Photo < Post
end
def process
return false if self.processed? || (!unprocessed_image.path.nil? &&unprocessed_image.path.include?('.gif'))
return false if self.processed? || (!unprocessed_image.path.nil? && unprocessed_image.path.include?('.gif'))
processed_image.store!(unprocessed_image) #Ultra naive
save!
end