--- loncom/lonnet/perl/lonnet.pm 2011/01/18 20:19:29 1.1100 +++ loncom/lonnet/perl/lonnet.pm 2011/01/21 12:08:28 1.1101 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1100 2011/01/18 20:19:29 raeburn Exp $ +# $Id: lonnet.pm,v 1.1101 2011/01/21 12:08:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8932,7 +8932,8 @@ sub symbverify { &symbclean(&declutter($bighash{'map_id_'.$mapid}).'___'.$resid.'___'.$thisfn) eq $symb) { if (($env{'request.role.adv'}) || - $bighash{'encrypted_'.$id} eq $env{'request.enc'}) { + ($bighash{'encrypted_'.$id} eq $env{'request.enc'}) || + ($thisurl eq '/adm/navmaps')) { $okay=1; } }