Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 10 Jan 2002 00:11:38 -0000 1.28 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 11 Jan 2002 21:45:50 -0000 1.29 @@ -249,7 +249,7 @@ # Mount # The context is the community_id - set new_node_id [site_node_create $parent_node_id $package_key] + set new_node_id [site_node_create $parent_node_id $mount_point] set new_package_id [site_node_create_package_instance $new_node_id $package_key $community_id $package_key] # Return the newly created package_id