--- loncom/auth/lonroles.pm 2021/01/04 12:53:37 1.269.2.37.2.2 +++ loncom/auth/lonroles.pm 2021/01/04 03:50:53 1.269.2.38 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.269.2.37.2.2 2021/01/04 12:53:37 raeburn Exp $ +# $Id: lonroles.pm,v 1.269.2.38 2021/01/04 03:50:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -209,7 +209,7 @@ sub handler { my $r = shift; # Check for critical messages and redirect if present. - my ($redirect,$url) = &Apache::loncommon::critical_redirect(300,'roles'); + my ($redirect,$url) = &Apache::loncommon::critical_redirect(300); if ($redirect) { &Apache::loncommon::content_type($r,'text/html'); $r->header_out(Location => $url);