Index: openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 10 Jan 2002 17:10:34 -0000 1.10 +++ openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 20 Jan 2002 19:19:32 -0000 1.11 @@ -64,6 +64,11 @@ news_portlet::make_self_available $pt_id news_portlet::add_self_to_page $pt_id $package_id + # set up the DS for the admin portal + set admin_portal_id [dotlrn_community::get_community_admin_portal_id $community_id] + news_admin_portlet::make_self_available $admin_portal_id + news_admin_portlet::add_self_to_page $admin_portal_id $package_id + return $package_id }