[dw-free] can't add popular feeds from /syn
[commit: http://hg.dwscoalition.org/dw-free/rev/3ad73872c71d]
http://bugs.dwscoalition.org/show_bug.cgi?id=556
Fix adding of popular syn feeds.
Patch by
janinedog.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=556
Fix adding of popular syn feeds.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/syn/index.bml
-------------------------------------------------------------------------------- diff -r 3c23cf8a7fcf -r 3ad73872c71d htdocs/syn/index.bml --- a/htdocs/syn/index.bml Sat Mar 28 13:44:20 2009 +0000 +++ b/htdocs/syn/index.bml Sat Mar 28 13:53:55 2009 +0000 @@ -192,7 +192,7 @@ body<= next if $watched{$suserid} || !$suser->is_visible; if ($POST{'action:add'} && $POST{"add_$user"}) { - $u->add_edge( $suserid, watch => 1 ); + $u->add_edge( $suser, watch => {} ); } else { push @pop, [ $user, $url, $count ]; last if @pop >= 20; --------------------------------------------------------------------------------