Index: openacs-4/packages/acs-tcl/tcl/20-memoize-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/20-memoize-init.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-tcl/tcl/20-memoize-init.tcl 27 Nov 2012 07:24:39 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/20-memoize-init.tcl 27 Oct 2014 16:40:04 -0000 1.6 @@ -12,7 +12,7 @@ # on whether clustering is enabled and what command is available for # cluster-wide flushing. -if {[info command ncf.send] ne ""} { +if {[info commands ncf.send] ne ""} { set flush_body { ncf.send util_memoize $script }