[dw-free] replying from email doesn't thread properly
[commit: http://hg.dwscoalition.org/dw-free/rev/6def922a6dc9]
http://bugs.dwscoalition.org/show_bug.cgi?id=1184
Correct replyto value.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1184
Correct replyto value.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/talkpost_do.bml
-------------------------------------------------------------------------------- diff -r ee248b71d181 -r 6def922a6dc9 htdocs/talkpost_do.bml --- a/htdocs/talkpost_do.bml Sat Aug 22 03:19:06 2009 +0000 +++ b/htdocs/talkpost_do.bml Sat Aug 22 03:21:01 2009 +0000 @@ -153,7 +153,7 @@ body<= return LJ::Talk::talkform({ 'remote' => $remote, 'journalu' => $journalu, 'parpost' => $parpost, - 'replyto' => $POST{replyto}, + 'replyto' => $POST{replyto} || $POST{parenttalkid}, 'ditemid' => $POST{itemid}, 'require_tos' => $require_tos, 'do_captcha' => $need_captcha, --------------------------------------------------------------------------------