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 -N -r1.80 -r1.81 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 7 Jun 2007 14:28:58 -0000 1.80 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 7 Jun 2007 20:32:27 -0000 1.81 @@ -286,7 +286,7 @@ # Here we map the calendar to the main dotlrn package set node_url [site_node::get_children -package_key [package_key] -node_id [dotlrn::get_node_id]] - set node_id [site_node::get_node_id $node_url] + set node_id [site_node::get_node_id -url $node_url] site_node_object_map::new -node_id $node_id -object_id $calendar_id }