Index: openacs-4/packages/forums/lib/message/pending-list-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/pending-list-chunk.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/forums/lib/message/pending-list-chunk.tcl 7 Aug 2017 23:48:11 -0000 1.3 +++ openacs-4/packages/forums/lib/message/pending-list-chunk.tcl 7 Apr 2018 19:07:31 -0000 1.4 @@ -11,7 +11,7 @@ # Get the threads that need approval db_multirow pending_threads select_pending_threads {} -if {([info exists alt_template] && $alt_template ne "")} { +if {[info exists alt_template] && $alt_template ne ""} { ad_return_template $alt_template }