fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-09-08 11:55 am

[dw-free] update communitylib.pl to use user methods

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

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

Include yourself in postto list.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/weblib.pl
--------------------------------------------------------------------------------
diff -r cb563dcc113a -r 740a768a0adc cgi-bin/weblib.pl
--- a/cgi-bin/weblib.pl	Wed Sep 08 18:36:47 2010 +0800
+++ b/cgi-bin/weblib.pl	Wed Sep 08 19:55:24 2010 +0800
@@ -231,7 +231,7 @@ sub make_postto_select {
     my $label  = $opts->{label}  || $BML::ML{'web.postto.label'};
     my $button = $opts->{button} || $BML::ML{'web.postto.btn'};
 
-    my @list = $u->posting_access_list;
+    my @list = ( $u, $u->posting_access_list );
     # only do most of form if there are options to select from
     if ( @list > 1 ) {
         return "$label " .
--------------------------------------------------------------------------------

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