kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-10 09:20 pm

[dw-free] Support fdata.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/815a7a19afcc]

http://bugs.dwscoalition.org/show_bug.cgi?id=857

Proper edge assignments.

Patch by [personal profile] foxfirefey.

Files modified:
  • htdocs/data/edges.bml
--------------------------------------------------------------------------------
diff -r f2a2870f4b27 -r 815a7a19afcc htdocs/data/edges.bml
--- a/htdocs/data/edges.bml	Thu Sep 10 15:29:42 2009 -0500
+++ b/htdocs/data/edges.bml	Thu Sep 10 16:20:21 2009 -0500
@@ -70,10 +70,9 @@
     # different individual and community edges
     if ( $u->is_individual ) {
         $response->{trusted} = [ $u->trusted_userids ];
-        $response->{watched} = [ $u->trusted_userids ];
-        $response->{trusted_by} = [ $u->trusted_userids ];
-        $response->{member_of} = [ $u->trusted_userids ];
-
+        $response->{watched} = [ $u->watched_userids ];
+        $response->{trusted_by} = [ $u->trusted_by_userids ];
+        $response->{member_of} = [ $u->member_of_userids ];
     } elsif ( $u->is_community ) {
         $response->{maintainer} = [ $u->maintainer_userids ];
         $response->{moderator} = [ $u->moderator_userids ];
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org