Merge branch 'develop' into interface

This commit is contained in:
Martin Edenhofer 2014-07-22 00:50:03 +02:00
commit 99f3522ec9

View file

@ -575,7 +575,7 @@ returns
hash = Digest::MD5.hexdigest( response.body ) hash = Digest::MD5.hexdigest( response.body )
# check if image has changed # check if image has changed
return if self.image != hash return if self.image == hash
# save new image # save new image
self.update_column( :image, hash ) self.update_column( :image, hash )