Index: openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl,v diff -u -N -r1.19 -r1.19.8.1 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 8 Aug 2006 21:27:12 -0000 1.19 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 19 Aug 2014 17:08:06 -0000 1.19.8.1 @@ -50,7 +50,7 @@ This is a bit different from other add_self_to_page procs. } { - if {![empty_string_p $template_id]} { + if {$template_id ne ""} { # we got a template_id, so we know that (1) that we are # being called from add_applet_to_community. That means that # we have a static portlet copied from our template,