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 -r1.38 -r1.39 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 13 Feb 2009 20:12:26 -0000 1.38 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 30 Oct 2010 21:43:01 -0000 1.39 @@ -907,7 +907,7 @@ @param object_id the target, it is the first arg to the method @param args the remaining arguments } { - return [apply ${method_name}__[util_memoize "acs_object_type $object_id"] [concat $object_id $args]] + return [ad_apply ${method_name}__[util_memoize "acs_object_type $object_id"] [concat $object_id $args]] } ad_proc -public ad_dispatch { @@ -925,7 +925,7 @@ @param object_id the target, it is the first arg to the method @param args the remaining arguments } { - return [apply ${method_name}__$type $args] + return [ad_apply ${method_name}__$type $args] } ad_proc -public ad_assert_arg_value_in_list {