Index: openacs-4/packages/attachments/tcl/attachments-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/tcl/attachments-procs.tcl,v diff -u -N -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/attachments/tcl/attachments-procs.tcl 9 Jul 2019 17:42:30 -0000 1.23.2.1 +++ openacs-4/packages/attachments/tcl/attachments-procs.tcl 9 Jul 2019 18:30:28 -0000 1.23.2.2 @@ -206,7 +206,7 @@ # the attachment is not in the file storage # if {$label eq $item_id} { - set label [content::item::get_title -item_id [content::revision::item_id -revision_id $item_id]] + set label [content::item::get_title -item_id $item_id] } set url [goto_attachment_url \ -object_id $object_id \