--- loncom/auth/lonshibauth.pm 2021/10/07 18:52:03 1.8 +++ loncom/auth/lonshibauth.pm 2021/10/07 19:24:25 1.9 @@ -1,7 +1,7 @@ # The LearningOnline Network # Redirect Shibboleth authentication to designated URL (/adm/sso). # -# $Id: lonshibauth.pm,v 1.8 2021/10/07 18:52:03 raeburn Exp $ +# $Id: lonshibauth.pm,v 1.9 2021/10/07 19:24:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -100,7 +100,7 @@ sub handler { $dest.=(($dest=~/\?/)?'&':'?').'firsturl='.$uri; } } else { - unless ($ENV{'QUERY_STRING'} =~ /origurl=/)) { + unless ($ENV{'QUERY_STRING'} =~ /origurl=/) { $dest.=(($dest=~/\?/)?'&':'?').'origurl='.$uri; } }