Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 26 Nov 2001 22:36:28 -0000 1.8 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 28 Nov 2001 22:55:31 -0000 1.9 @@ -82,9 +82,9 @@ # get the portal_template_id by callback set pt_id [dotlrn_community::get_portal_template_id $community_id] - # set up the DS for the portal template + # set up the DS for the portal template, that's the private folder_id there fs_portlet::make_self_available $pt_id - fs_portlet::add_self_to_page $pt_id $package_id + fs_portlet::add_self_to_page $pt_id $package_id $folder_id # return the package_id return $package_id