Index: openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl 5 Dec 2009 02:08:14 -0000 1.3 +++ openacs-4/packages/file-storage/tcl/file-storage-rss-procs.tcl 11 Sep 2013 10:33:43 -0000 1.3.2.1 @@ -75,7 +75,7 @@ # But folder names can contain spaces, so we'll urlencode just in case. set pretty_folder_url "${ad_url}${base_url}" if { $folder_id != $root_folder_id } { - set url_stub [item::get_url -root_folder_id $root_folder_id $folder_id] + set url_stub [content::item::get_virtual_path -item_id $root_folder_id $folder_id] set stub_parts [split $url_stub /] set enc_url_stub_list [list] foreach part $stub_parts {