diff options
author | ivan <ivan> | 2011-11-11 23:04:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-11 23:04:21 +0000 |
commit | 4f33bd8bc517d3ee7c3f5e7006249bac8c9939a8 (patch) | |
tree | 3400d06c199aa5da46cc64d9a52c637979ef134e | |
parent | 5eeb9796a077576256105c155081465b486211f7 (diff) |
DSL status pulling, RT#13656
-rw-r--r-- | FS/FS/part_export/http_status.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |