Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 5 Dec 2001 13:32:40 -0000 1.7 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 5 Dec 2001 14:21:16 -0000 1.8 @@ -21,15 +21,15 @@ # if installed if {[dotlrn::is_instantiated]} { - set dotlrn_classes_url "[dotlrn::get_url][dotlrn_class::get_url]" + set dotlrn_classes_url "[dotlrn::get_url][dotlrn_class::get_url]/" if {![dotlrn::is_instantiated_here -url $dotlrn_classes_url]} { dotlrn::mount_package \ -package_key [dotlrn::package_key] \ -url [dotlrn_class::get_url_part] \ -directory_p "t" } - set dotlrn_clubs_url "[dotlrn::get_url][dotlrn_club::get_url]" + set dotlrn_clubs_url "[dotlrn::get_url][dotlrn_club::get_url]/" if {![dotlrn::is_instantiated_here -url $dotlrn_clubs_url]} { dotlrn::mount_package \ -package_key [dotlrn::package_key] \