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 -N -r1.81 -r1.82 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 14 Jun 2018 12:28:37 -0000 1.81 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 15 Jun 2018 12:28:10 -0000 1.82 @@ -990,15 +990,15 @@ # we need to use lob. the only want ot get a lob into the # database if to pass it as a file set revision_id [cr_import_content \ - -item_id $item_id \ + -item_id $item_id \ -storage_type \ -creation_user $creation_user \ -creation_ip $creation_ip \ -other_type "file_storage_object" \ -image_type "file_storage_object" \ -title $title \ -description $description \ - -package_id $package_id \ + -package_id $package_id \ $parent_id \ $tmp_filename \ $tmp_size \