Index: openacs-4/packages/general-comments/www/comment-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-add-3.tcl,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/general-comments/www/comment-add-3.tcl 7 Aug 2017 23:48:12 -0000 1.13 +++ openacs-4/packages/general-comments/www/comment-add-3.tcl 16 Nov 2019 15:19:04 -0000 1.13.2.1 @@ -19,9 +19,10 @@ { attach_p:boolean "f" } } -# This authentication actually is not necessary anymore due to the fact that we already check for the permission -# afterwards, so it should be enough to query the user_id from the connection to allow anonymous users who have -# create permissions to access the site. +# This authentication actually is not necessary anymore due to the +# fact that we already check for the permission afterwards, so it +# should be enough to query the user_id from the connection to allow +# anonymous users who have create permissions to access the site. # authenticate the user # set user_id [auth::require_login] @@ -35,7 +36,7 @@ set creation_ip [ad_conn peeraddr] set is_live [parameter::get -parameter AutoApproveCommentsP -default {t}] -general_comment_new \ +general_comments_new \ -object_id $object_id \ -comment_id $comment_id \ -title $title \