Fixes thread activity not updating.

This commit is contained in:
Dominik Picheta 2018-05-17 20:14:41 +01:00
commit c4df36d461

View file

@ -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