]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/zsi.pl
take a few more things literally
[infobot.git] / src / Modules / zsi.pl
index b11c2778478069fb6cf6271079f6d09ad461645c..778b54922f3132789ee5b53ad8d570ec017c05cf 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);