Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -N -r1.41.2.11 -r1.41.2.12 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 5 Dec 2013 11:04:13 -0000 1.41.2.11 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 22 May 2014 21:16:10 -0000 1.41.2.12 @@ -911,7 +911,7 @@ @param object_id the target, it is the first arg to the method @param args the remaining arguments } { - return [ad_apply ${method_name}__[util_memoize "acs_object_type $object_id"] [concat $object_id $args]] + return [ad_apply ${method_name}__[util_memoize [list acs_object_type $object_id]] [concat $object_id $args]] } ad_proc -public ad_dispatch {