X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fhttp_status.pm;h=679e2f1bf0fba949cb9259196890958bfb44fbb4;hb=4f33bd8bc517d3ee7c3f5e7006249bac8c9939a8;hp=2d1523123d91cb401da402e17239bb8cd3799dc5;hpb=5eeb9796a077576256105c155081465b486211f7;p=freeside.git diff --git a/FS/FS/part_export/http_status.pm b/FS/FS/part_export/http_status.pm index 2d1523123..679e2f1bf 100644 --- a/FS/FS/part_export/http_status.pm +++ b/FS/FS/part_export/http_status.pm @@ -32,7 +32,7 @@ sub export_getstatus { no strict 'refs'; ${$_} = $svc_x->getfield($_) foreach $svc_x->fields; - $url = eval(qq($url)); + $url = eval(qq("$url")); } my $req = HTTP::Request::Common::GET( $url );