Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2015-06-03 14:52:39 -07:00
commit b5b529dca9

View file

@ -1108,7 +1108,6 @@ class Site < Sequel::Model
self.updated_at = Time.now
save_changes validate: false
increment_changed_count
archive!
#SiteChange.record self, relative_path unless opts[:new_install]
ArchiveWorker.perform_async self.id
end