Index: openacs-4/packages/acs-templating/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/filter-procs.tcl,v diff -u -r1.15.10.1 -r1.15.10.2 --- openacs-4/packages/acs-templating/tcl/filter-procs.tcl 7 Oct 2013 16:42:30 -0000 1.15.10.1 +++ openacs-4/packages/acs-templating/tcl/filter-procs.tcl 10 Oct 2013 21:20:10 -0000 1.15.10.2 @@ -27,7 +27,7 @@ set cache_p [lindex $args 0] - if {$cache_p eq "t"} { + if {$cache_p == "t"} { set persistent_p [lindex $args 1] set excluded_vars [lindex $args 2]