Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.216 -r1.217 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 14 Nov 2017 17:03:24 -0000 1.216 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 14 Dec 2017 15:06:52 -0000 1.217 @@ -152,7 +152,7 @@ } { get the node ID of a community type } { - set package_id [dotlrn_community::get_type_package_id $community_type] + set package_id [dotlrn_community::get_type_package_id -community_type $community_type] array set node [site_node::get_from_object_id -object_id $package_id] return $node(node_id) }