Index: openacs-4/packages/forums/www/message-post.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/message-post.tcl,v diff -u -r1.43.2.2 -r1.43.2.3 --- openacs-4/packages/forums/www/message-post.tcl 20 Oct 2015 08:19:14 -0000 1.43.2.2 +++ openacs-4/packages/forums/www/message-post.tcl 1 Jun 2016 21:24:41 -0000 1.43.2.3 @@ -19,7 +19,7 @@ # forum_id is not set! # if {$forum_id ne "" && ![string is integer $forum_id]} { - ad_complain [_ acs_templating.Invalid_integer] + ad_complain [_ acs-templating.Invalid_integer] } if {$parent_id ne "" && ![string is integer $parent_id]} { ad_complain [_ acs-templating.Invalid_integer]