--- loncom/auth/lonacc.pm 2021/07/19 15:48:26 1.192 +++ loncom/auth/lonacc.pm 2021/08/06 12:39:59 1.193 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.192 2021/07/19 15:48:26 raeburn Exp $ +# $Id: lonacc.pm,v 1.193 2021/08/06 12:39:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -696,7 +696,7 @@ sub handler { } } } - $access=&Apache::lonnet::allowed('bre',$requrl,'','','','','',$nodeeplinkcheck) + $access=&Apache::lonnet::allowed('bre',$requrl,'','','','','',$nodeeplinkcheck); } } if ($check_block) {