Index: openacs-4/packages/dotlrn/www/community-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/community-edit.tcl 13 Jun 2002 04:33:31 -0000 1.3 +++ openacs-4/packages/dotlrn/www/community-edit.tcl 5 Jul 2002 08:13:46 -0000 1.4 @@ -28,7 +28,7 @@ set user_id [ad_conn user_id] set community_id [dotlrn_community::get_community_id] -dotlrn::require_user_admin_community -user_id $user_id $community_id +dotlrn::require_user_admin_community -user_id $user_id -community_id $community_id set description [dotlrn_community::get_community_description -community_id $community_id] set pretty_name [dotlrn_community::get_community_name $community_id]