mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
fix my broken test
This commit is contained in:
parent
a2cca2540e
commit
ea8d69fbd6
@ -488,7 +488,7 @@ class User < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def update_topic_reply_count
|
||||
topic_reply_count =
|
||||
self.topic_reply_count =
|
||||
Topic
|
||||
.where(['id in (
|
||||
SELECT topic_id FROM posts p
|
||||
|
Loading…
x
Reference in New Issue
Block a user