Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl	9 Nov 2001 15:23:18 -0000	1.4
+++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl	10 Nov 2001 02:38:07 -0000	1.5
@@ -48,10 +48,10 @@
 	# No mounting of anything
 
 	# Get the non-member page_id
-	set non_member_page_id [dotlrn_community::get_community_non_members_page_id $community_id]
+	set page_id [dotlrn_community::get_community_non_members_page_id $community_id]
 
 	# Add the element there, too
-	dotlrn_portlet::make_self_available $page_id $community_id
+	dotlrn_portlet::add_self_to_page $page_id $community_id
 
 	return $community_id
     }