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.67.2.3 -r1.67.2.4 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 6 Sep 2013 16:54:47 -0000 1.67.2.3 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 11 Sep 2013 10:33:43 -0000 1.67.2.4 @@ -1160,7 +1160,7 @@ if {[string equal $root_folder_id $item_id]} { set url_stub "" } else { - set url_stub [item::get_url -root_folder_id $root_folder_id $item_id] + set url_stub [content::item::get_virtual_path -item_id $root_folder_id $item_id] } set package_url [apm_package_url_from_id $package_id]