Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.111 -r1.542.2.112 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 2 Sep 2021 13:24:29 -0000 1.542.2.111 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 14 Sep 2021 18:05:19 -0000 1.542.2.112 @@ -2117,7 +2117,7 @@ } set includeletClass [$includelet info class] - if {[$includeletClass exists cacheable] && [$includeletClass cacheable]} { + if {[$includeletClass exists cacheable] && [$includeletClass set cacheable]} { $includelet mixin add ::xowiki::includelet::page_fragment_cache }