]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/zfi.pl
take a few more things literally
[infobot.git] / src / Modules / zfi.pl
index 103f56f8d4abb7ac4a7bdc00efd4c5fcde8be352..dee9f5f5bc309309600036169c71e49abc751ac6 100644 (file)
@@ -45,7 +45,7 @@ sub queryText {
        my $res_return = 5;
 
        my $ua = new LWP::UserAgent;
-       $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam("httpProxy"));
+       $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam('httpProxy'));
 
        $ua->timeout(10);