mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
+1
-1
@@ -714,7 +714,7 @@ class Post < ActiveRecord::Base
|
||||
self.cooked = cook(raw, topic_id: topic_id)
|
||||
end
|
||||
|
||||
self.baked_at = Time.new
|
||||
self.baked_at = Time.zone.now
|
||||
self.baked_version = BAKED_VERSION
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user