Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -r1.85.2.5 -r1.85.2.6 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 4 Oct 2022 15:35:57 -0000 1.85.2.5 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 4 Oct 2022 15:43:37 -0000 1.85.2.6 @@ -128,10 +128,7 @@ # ** setup stuff ** # # automount calendar in this community - set node_id [site_node::get_node_id \ - -url [lindex [site_node::get_url_from_object_id \ - -object_id [dotlrn_community::get_package_id $community_id]] 0] \ - ] + set node_id [site_node::get_node_id_from_object_id -object_id [dotlrn_community::get_package_id $community_id]] set package_id [dotlrn::mount_package \ -parent_node_id $node_id \