Index: openacs-4/packages/general-comments/www/view-comment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/view-comment.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/general-comments/www/view-comment.tcl 7 Aug 2017 23:48:12 -0000 1.11 +++ openacs-4/packages/general-comments/www/view-comment.tcl 20 Jan 2018 22:56:50 -0000 1.12 @@ -52,12 +52,14 @@ # get revision data from the database if { ![db_0or1row get_revision_comment {}] } { ad_return_complaint 1 "[_ general-comments.lt_The_comment_id_does_n]" + ad_script_abort } } else { # get live revision data from the database if { ![db_0or1row get_comment {}] } { ad_return_complaint 1 "[_ general-comments.lt_The_comment_id_does_n]" + ad_script_abort } }