Index: openacs-4/packages/dotlrn/www/configure-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-element.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/configure-element.tcl 31 May 2002 06:36:01 -0000 1.12 +++ openacs-4/packages/dotlrn/www/configure-element.tcl 5 Jul 2002 08:13:46 -0000 1.13 @@ -35,7 +35,7 @@ if {[parameter::get -parameter community_level_p] == 1} { set community_id [dotlrn_community::get_community_id] - set admin_p [dotlrn::user_can_admin_community_p -user_id $user_id $community_id] + set admin_p [dotlrn::user_can_admin_community_p -user_id $user_id -community_id $community_id] if {[dotlrn_community::member_p $community_id $user_id] || $admin_p} { portal::configure_element $element_id $op "one-community"