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.39 -r1.40 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 8 Aug 2006 21:26:23 -0000 1.39 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 8 Nov 2010 14:40:51 -0000 1.40 @@ -53,7 +53,7 @@ set attachments_package_key [attachments::get_package_key] set attachments_mount_point [attachments::get_url] - if {![dotlrn::is_package_mounted -package_key $attachments_mount_point]} { + if {![dotlrn::is_package_mounted -package_key $attachments_package_key]} { ns_log notice "dotlrn-init: $attachments_package_key being automounted at [dotlrn::get_url]/$attachments_mount_point" dotlrn::mount_package \ -parent_node_id [dotlrn::get_node_id] \