Index: openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl 10 Sep 2002 22:22:14 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl 23 Jan 2003 17:55:24 -0000 1.5 @@ -30,7 +30,7 @@ site_node::update_cache -node_id $node_id # call post instantiation proc for the package - 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