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 -N -r1.151 -r1.152 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 5 Jul 2002 08:13:46 -0000 1.151 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 7 Jul 2002 01:07:10 -0000 1.152 @@ -317,7 +317,7 @@ This gets the relative URL for a package_id under a particular node_id } { if {[empty_string_p $current_node_id]} { - set current_node_id [site_node::get_node_id [ad_conn url]] + set current_node_id [site_node::get_node_id -url [ad_conn url]] } return [db_string select_node_url {} -default ""]