Index: openacs-4/packages/acs-content-repository/tcl/item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 23 Apr 2009 23:20:38 -0000 1.26 +++ openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 24 Apr 2009 08:27:14 -0000 1.27 @@ -406,7 +406,7 @@ } { - return [::content::item::get_publish_status -item_id item_id] + return [::content::item::get_publish_status -item_id $item_id] } ad_proc -public -deprecated item::is_publishable { item_id } {