diff options
author | ivan <ivan> | 2011-11-11 23:04:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-11 23:04:22 +0000 |
commit | 80511cb4158b98db01deec317e5408675487bc6e (patch) | |
tree | b3fa1500ff19fb11e27a554a97c87d82f842a568 | |
parent | 928a126034e99d99420a1cf1a7eb551e1e1d320d (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 ); |