fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-03 07:23 am

[dw-free] convert directory frontend to TT

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

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

Fix "user is member of" search.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Directory/Constraint/MemberOf.pm
--------------------------------------------------------------------------------
diff -r 2b4744e52476 -r b269e31a2e80 cgi-bin/LJ/Directory/Constraint/MemberOf.pm
--- a/cgi-bin/LJ/Directory/Constraint/MemberOf.pm	Mon Oct 03 15:22:33 2011 +0800
+++ b/cgi-bin/LJ/Directory/Constraint/MemberOf.pm	Mon Oct 03 15:23:20 2011 +0800
@@ -47,7 +47,7 @@
 sub matching_uids {
     my $self = shift;
     my $u = $self->u or return ();
-    return $u->member_userids;
+    return $u->member_of_userids;
 }
 
 1;
--------------------------------------------------------------------------------