Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 9 Jan 2005 21:59:52 -0000 1.4.2.2 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 9 Jan 2005 23:00:32 -0000 1.4.2.3 @@ -76,7 +76,7 @@ } if {![exists_and_not_null content_type]} { - set content_type [::content::item::content_type $item_id] + set content_type [::content::item::content_type -item_id $item_id] } set attribute_names "" set attribute_values ""