Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -r1.37 -r1.38 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 25 Jan 2004 01:16:20 -0000 1.37 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 6 Feb 2004 20:26:50 -0000 1.38 @@ -193,8 +193,8 @@ This sets the cr_items.name to the url of the site node. } { -# array set sn [site_node::get -node_id $node_id] -# regsub -all {/} $sn(name) {} name + array set sn [site_node::get -node_id $node_id] + regsub -all {/} $sn(name) {} name # using site_node name for root folder name # doesn't work in the case that multiple instances of # a node called "file-storage" for example, are mounted