--- loncom/homework/grades.pm 2013/04/11 14:59:39 1.686 +++ loncom/homework/grades.pm 2013/05/10 12:48:48 1.687 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.686 2013/04/11 14:59:39 bisitz Exp $ +# $Id: grades.pm,v 1.687 2013/05/10 12:48:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -9757,6 +9757,7 @@ sub handler { } } elsif (!%perm) { $request->internal_redirect('/adm/quickgrades'); + return OK; } &Apache::loncommon::content_type($request,'text/html'); $request->send_http_header;