Index: openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl 21 Jan 2018 00:38:38 -0000 1.8 @@ -94,12 +94,12 @@ if {[dotlrn_community::member_p $community_id $user_id]} { # assume this was a double click ad_returnredirect $referer - ad_script_abort } else { ns_log Error "community-members-add-to_community.tcl failed: $errmsg" - ReturnHeaders + #ReturnHeaders ad_return_error "[_ dotlrn.lt_Error_adding_user_to_]" "[_ dotlrn.lt_An_error_occurred_whil]" } + ad_script_abort } } else { # they are already there and awaiting approval, so just approve them.