Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 21 Nov 2001 16:19:26 -0000 1.24 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 26 Nov 2001 22:02:12 -0000 1.25 @@ -176,7 +176,7 @@ } { db_transaction { # Set up a portal page for that user and that community - set page_id [portal::create $user_id] + set page_id [portal::create -template_id [get_portal_template_id $community_id] $user_id] # Create the form with the page_id set extra_vars [ns_set create]