Index: openacs-4/packages/acs-tcl/tcl/install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/install-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/install-procs.tcl 26 Jan 2005 00:23:01 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/install-procs.tcl 27 Jan 2005 16:20:59 -0000 1.3 @@ -134,10 +134,10 @@ # There is already a node with that path, check if there is a # package mounted there array set site_node [site_node::get -url "/$mount_point"] - if { [empty_string_p $node(object_id)] } { + if { [empty_string_p $site_node(object_id)] } { # There is no package mounted there so go ahead and mount the # new package - set node_id $node(node_id) + set node_id $site_node(node_id) } else { ns_log Error "A package is already mounted at \"$mount_point\"" ns_write "
mount: A package is already mounted at \"$mount_point\", ignoring mount command."