Index: openacs-4/packages/forums/lib/message/post.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/post.tcl,v diff -u -N -r1.22.2.1 -r1.22.2.2 --- openacs-4/packages/forums/lib/message/post.tcl 12 Sep 2015 11:06:24 -0000 1.22.2.1 +++ openacs-4/packages/forums/lib/message/post.tcl 12 Jul 2016 18:31:24 -0000 1.22.2.2 @@ -51,7 +51,7 @@ } # Deal with anonymous postings -if {[expr {$user_id != 0 && $anonymous_allowed_p}]} { +if {$user_id != 0 && $anonymous_allowed_p} { append form_elements { {anonymous_p:integer(checkbox),optional {options {{"[_ forums.post_anonymously]" 1}}}