Index: openacs-4/packages/forums/tcl/forums-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-sc-procs.tcl,v diff -u -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/forums/tcl/forums-sc-procs.tcl 7 May 2020 08:34:04 -0000 1.17.2.1 +++ openacs-4/packages/forums/tcl/forums-sc-procs.tcl 21 Jul 2020 14:03:49 -0000 1.17.2.2 @@ -34,7 +34,7 @@ # search indexer. In that case we set the locale to the # system-wide default locale, since locale is needed for some part # of the message formatting. - if { ![ad_conn isconnected] } { + if { ![ns_conn isconnected] } { ad_conn -set locale [lang::system::site_wide_locale] } forum::message::get -message_id $message_id -array message