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-10 01:22 pm

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

[commit: http://hg.dwscoalition.org/dw-free/rev/0cc6a2936852]

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

cgi-bin/LJ/Widget/FriendBirthdays.pm

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Widget/FriendBirthdays.pm
--------------------------------------------------------------------------------
diff -r 5d8cc0226685 -r 0cc6a2936852 cgi-bin/LJ/Widget/FriendBirthdays.pm
--- a/cgi-bin/LJ/Widget/FriendBirthdays.pm	Wed Jun 10 13:10:54 2009 +0000
+++ b/cgi-bin/LJ/Widget/FriendBirthdays.pm	Wed Jun 10 13:22:03 2009 +0000
@@ -20,7 +20,7 @@ sub render_body {
 
     my $limit = defined $opts{limit} ? $opts{limit} : 5;
 
-    my @bdays = $u->get_friends_birthdays( months_ahead => 1 );
+    my @bdays = $u->get_birthdays( months_ahead => 1 );
     @bdays = @bdays[0..$limit-1]
         if @bdays > $limit;
 
--------------------------------------------------------------------------------