Skip to content

Commit ee26ea2

Browse files
authored
Update wp_bbp_topics.sql
1 parent 3d2092a commit ee26ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/updates/wp_bbp_topics.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WHERE t.last_active_id = 0;
1616
/* Update last_active_time */
1717
UPDATE wp_bbp_topics t
1818
INNER JOIN wp_posts p ON p.ID = t.last_active_id
19-
SET t.last_active_time = p.post_date;
19+
SET t.last_active_time = p.post_modified;
2020

2121
/* Update reply_count */
2222
UPDATE wp_bbp_topics o INNER JOIN (

0 commit comments

Comments
 (0)