--- loncom/auth/lonroles.pm 2017/05/19 19:47:40 1.331 +++ loncom/auth/lonroles.pm 2017/06/26 01:57:02 1.332 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.331 2017/05/19 19:47:40 raeburn Exp $ +# $Id: lonroles.pm,v 1.332 2017/06/26 01:57:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -204,7 +204,7 @@ sub handler { my $r = shift; # Check for critical messages and redirect if present. - my ($redirect,$url) = &Apache::loncommon::critical_redirect(300); + my ($redirect,$url) = &Apache::loncommon::critical_redirect(300,'roles'); if ($redirect) { &Apache::loncommon::content_type($r,'text/html'); $r->header_out(Location => $url);