afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-03-28 01:54 pm

[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 [personal profile] janinedog.

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