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-06-08 02:00 pm

[dw-free] nuke all references to LJ friend functions

[commit: http://hg.dwscoalition.org/dw-free/rev/644aeab25fff]

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

approve.bml

Patch by [personal profile] kareila.

Files modified:
  • htdocs/approve.bml
--------------------------------------------------------------------------------
diff -r 51c6dc6ae119 -r 644aeab25fff htdocs/approve.bml
--- a/htdocs/approve.bml	Mon Jun 08 13:49:19 2009 +0000
+++ b/htdocs/approve.bml	Mon Jun 08 13:54:30 2009 +0000
@@ -34,7 +34,7 @@ body<=
 
         # add to community
         if ($arg->{'member'}) {
-            LJ::add_friend($aa->{userid}, $targetid);
+            LJ::join_community( $targetid, $aa->{userid}, 0, undef, moderated_add => 1 );
         }
 
         # set up rels with this community
--------------------------------------------------------------------------------