Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 31 Aug 2006 14:21:19 -0000 1.3 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 3 Sep 2006 16:58:24 -0000 1.4 @@ -132,7 +132,7 @@ # see the parent object set f_href "/image/$item_id/private/$file_name" } else { - set f_href "/o/$item_id/$file_name" + set f_href "/file/$item_id/$file_name" } }