--- loncom/auth/lonroles.pm 2018/12/08 15:16:03 1.340 +++ loncom/auth/lonroles.pm 2018/12/08 16:34:15 1.341 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.340 2018/12/08 15:16:03 raeburn Exp $ +# $Id: lonroles.pm,v 1.341 2018/12/08 16:34:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1367,7 +1367,7 @@ sub gather_roles { $button=0; unless ($trustchecked{$tdom}) { if ((&Apache::lonnet::will_trust('othcoau',$env{'user.domain'},$tdom)) && - (&Apache::lonnet::will_trust('coremau',$tdom,$env{'user.domain'}))) { + (&Apache::lonnet::will_trust('coaurem',$tdom,$env{'user.domain'}))) { $willtrust{$tdom} = 1; $trustchecked{$tdom} = 1; }