Index: openacs-4/packages/file-storage/www/download-archive/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/download-archive/index.vuh,v diff -u -N -r1.5.8.2 -r1.5.8.3 --- openacs-4/packages/file-storage/www/download-archive/index.vuh 29 Jul 2014 11:37:29 -0000 1.5.8.2 +++ openacs-4/packages/file-storage/www/download-archive/index.vuh 28 Nov 2014 15:14:48 -0000 1.5.8.3 @@ -35,14 +35,14 @@ } # publish the object to the file system -set in_path [ns_tmpnam] +set in_path [ad_tmpnam] file mkdir $in_path set file [fs::publish_object_to_file_system -object_id $object_id -path $in_path -user_id $user_id] set file_name [file tail $file] # create a temp dir to put the archive in -set out_path [ns_tmpnam] +set out_path [ad_tmpnam] file mkdir $out_path set out_file [file join ${out_path} ${download_name}]