--- rat/lonwrapper.pm 2017/03/08 02:51:18 1.58 +++ rat/lonwrapper.pm 2017/04/22 16:15:13 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Wrapper for external and binary files as standalone resources # -# $Id: lonwrapper.pm,v 1.58 2017/03/08 02:51:18 raeburn Exp $ +# $Id: lonwrapper.pm,v 1.59 2017/04/22 16:15:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -254,7 +254,7 @@ sub handler { } # encrypt url if not external - unless ($is_ext || $exttool) { + unless ($is_ext) { &Apache::lonenc::check_encrypt(\$url); }