Fixes thread activity not updating.
This commit is contained in:
parent
79c47d47f3
commit
c4df36d461
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ proc executeReply(c: TForumData, threadId: int, content: string,
|
|||
)
|
||||
|
||||
exec(db, sql"update thread set modified = DATETIME('now') where id = ?",
|
||||
$c.threadId)
|
||||
$threadId)
|
||||
|
||||
return retID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue