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.66.2.24 -r1.66.2.25 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 29 Jul 2021 15:58:44 -0000 1.66.2.24 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 12 Jul 2022 15:15:02 -0000 1.66.2.25 @@ -1128,7 +1128,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 [list acs_object_type $object_id]] [concat $object_id $args]] + return [${method_name}__[util_memoize [list acs_object_type $object_id]] $object_id {*}$args] } ad_proc -deprecated ad_dispatch {