kareila: "PERL!" (perl)
kareila ([personal profile] kareila) wrote in [site community profile] changelog 2011-09-29 09:00 pm (UTC)

It occurs to me that opt_hidefriendofs should probably be checked first since it's more inclusive, unless we want to change the two options to be truly separate, like so:

 return 1 if $list =~ /^posting_access/;
 return $u->prop( 'opt_hidememberofs' ) if $list =~ /of_comms$/;
 return 1 if $u->prop( 'opt_hidefriendofs' );
 return 0;

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