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 -r1.11 -r1.12 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 11 Dec 2001 03:19:48 -0000 1.11 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 13 Dec 2001 21:26:59 -0000 1.12 @@ -26,7 +26,7 @@ if {![dotlrn_club::is_initialized]} { dotlrn_club::init } set portal_package_key "new-portal" - if {![dotlrn::is_instantiated_here -url [portal::mount_point] -package_key $portal_package_key]} { + if {![dotlrn::is_instantiated_here -url [portal::automount_point] -package_key $portal_package_key]} { dotlrn::mount_package -parent_node_id [site_node_id "/"] -package_key $portal_package_key -url "portal" -directory_p "t" }