Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -r1.90 -r1.91 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 09:41:24 -0000 1.90 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 09:42:20 -0000 1.91 @@ -294,7 +294,7 @@ set rel_id [acs_user::get_user_info \ -user_id $user_id -element rel_id] - # most likely this is is not a registered user + # most likely this is not a registered user if {$rel_id eq ""} { return }