[dw-free] $init->{style} always equals 'mine'
[commit: http://hg.dwscoalition.org/dw-free/rev/d6f24cd5f075]
http://bugs.dwscoalition.org/show_bug.cgi?id=1459
Don't assume that "style=" should be "style=mine".
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1459
Don't assume that "style=" should be "style=mine".
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/talklib.pl
-------------------------------------------------------------------------------- diff -r 752317d07dc7 -r d6f24cd5f075 cgi-bin/talklib.pl --- a/cgi-bin/talklib.pl Mon Jul 20 12:21:13 2009 -0500 +++ b/cgi-bin/talklib.pl Mon Jul 20 17:27:43 2009 +0000 @@ -191,7 +191,7 @@ sub init $init->{'dthread'} = $init->{'thread'}; $init->{'clustered'} = 0; $init->{'replyto'} = $form->{'replyto'}+0; - $init->{'style'} = $form->{'style'} ? "mine" : undef; + $init->{'style'} = $form->{'style'} || undef; if ($journal) { # they specified a journal argument, which indicates new style. --------------------------------------------------------------------------------
no subject
no subject