--- rat/lonpageflip.pm 2018/09/10 19:17:39 1.80.8.10 +++ rat/lonpageflip.pm 2020/05/25 16:42:59 1.80.8.10.2.1 @@ -2,7 +2,7 @@ # # Page flip handler # -# $Id: lonpageflip.pm,v 1.80.8.10 2018/09/10 19:17:39 raeburn Exp $ +# $Id: lonpageflip.pm,v 1.80.8.10.2.1 2020/05/25 16:42:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -509,7 +509,7 @@ sub handler { &Apache::lonnet::linklog($redirecturl,$currenturl); } # ------------------------------------- Check for and display critical messages - my ($redirect, $url) = &Apache::loncommon::critical_redirect(300); + my ($redirect, $url) = &Apache::loncommon::critical_redirect(300,'flip'); unless ($redirect) { $url=&Apache::lonnet::absolute_url().$redirecturl; my $addanchor;