Index: openacs-4/packages/dotlrn/www/one-community-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-admin.tcl,v diff -u -r1.29 -r1.30 --- openacs-4/packages/dotlrn/www/one-community-admin.tcl 12 Mar 2008 22:11:31 -0000 1.29 +++ openacs-4/packages/dotlrn/www/one-community-admin.tcl 29 Sep 2013 13:49:45 -0000 1.30 @@ -37,7 +37,7 @@ ad_set_client_property dotlrn page_num "-1" set community_id [dotlrn_community::get_community_id] -set user_id [ad_get_user_id] +set user_id [ad_conn user_id] # Permissions dotlrn::require_user_admin_community -user_id $user_id -community_id $community_id