[dw-free] Hiding of community membership on profile page follows "hide circled by", not &q
[commit: http://hg.dwscoalition.org/dw-free/rev/6c913dabed65]
http://bugs.dwscoalition.org/show_bug.cgi?id=3964
Use the more specific option.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3964
Use the more specific option.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/DW/Logic/ProfilePage.pm
-------------------------------------------------------------------------------- diff -r 019aba8303dc -r 6c913dabed65 cgi-bin/DW/Logic/ProfilePage.pm --- a/cgi-bin/DW/Logic/ProfilePage.pm Fri Sep 30 00:20:57 2011 +0800 +++ b/cgi-bin/DW/Logic/ProfilePage.pm Fri Sep 30 00:53:33 2011 +0800 @@ -899,6 +899,7 @@ my $remote = $self->{remote}; return 1 if $list =~ /^posting_access/; + return 1 if $list =~ /of_comms$/ && $u->prop( 'opt_hidememberofs' ); return 1 if $u->prop( 'opt_hidefriendofs' ); return 0; } --------------------------------------------------------------------------------