Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 16 Jan 2003 13:41:57 -0000 1.18 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 23 Jan 2003 17:55:24 -0000 1.19 @@ -315,7 +315,7 @@ site_node::mount -node_id $node_id -object_id $package_id - apm_package_call_post_instantiation_proc $package_id $package_key + apm_invoke_callback_proc -package_key $package_key -type "after-instantiate" -arg_list [list package_id $package_id] return $package_id }