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.3 -r1.23.2.4 --- openacs-4/packages/attachments/tcl/attachments-procs.tcl 10 Jul 2019 12:23:47 -0000 1.23.2.3 +++ openacs-4/packages/attachments/tcl/attachments-procs.tcl 10 Jul 2019 12:50:55 -0000 1.23.2.4 @@ -212,7 +212,7 @@ set object_type [acs_object_type $item_id] switch -- $object_type { content_item { - set new_label [content::item::get_title -item_id $item_id] + set new_label [content::item::get_title -item_id $item_id -is_live t] } content_revision { set new_label [content::item::get_title -item_id [content::revision::item_id -revision_id $item_id]]