Index: openacs-4/packages/theme-selva/tcl/selva-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/tcl/selva-procs.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/theme-selva/tcl/selva-procs.tcl 29 Jun 2018 17:27:19 -0000 1.19 +++ openacs-4/packages/theme-selva/tcl/selva-procs.tcl 17 Jul 2018 11:42:27 -0000 1.20 @@ -101,7 +101,7 @@ incr which_tab } - if { ([info exists community_id] && $community_id ne "") } { + if { [info exists community_id] && $community_id ne "" } { set type [dotlrn_community::get_community_type_from_community_id $community_id] if { $type eq "dotlrn_community" || $type eq "dotlrn_pers_community" } { set community_message_key "#dotlrn.subcommunities_pretty_name#"