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.58 -r1.59 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 29 May 2002 19:05:11 -0000 1.58 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 4 Jun 2002 00:02:30 -0000 1.59 @@ -336,7 +336,7 @@ # Mount # The context is the community_id 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] + set new_package_id [site_node_create_package_instance $new_node_id $package_key $package_id $package_key] # Return the newly created package_id return $new_package_id