--- loncom/interface/lonwhatsnew.pm 2010/04/14 00:38:19 1.102 +++ loncom/interface/lonwhatsnew.pm 2011/03/31 17:54:10 1.103 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.102 2010/04/14 00:38:19 www Exp $ +# $Id: lonwhatsnew.pm,v 1.103 2011/03/31 17:54:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -88,7 +88,7 @@ sub handler { if ( ! $env{'request.course.fn'} || ! $checkallowed{'whatsnew'}) { # Not in a course, or no whn priv in course - $env{'user.error.msg'}="/adm/whatsnew::whn:0:0:Cannot display what's new page"; + $env{'user.error.msg'}="/adm/whatsnew:whn:0:0:Cannot display what's new page"; return HTTP_NOT_ACCEPTABLE; }