Bläddra i källkod

Merge pull request #74 from obeone/patch-1

Wrong variable used
Jan Oris 7 år sedan
förälder
incheckning
b03c2cc1bb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Builder.php

+ 1 - 1
src/Builder.php

@@ -299,7 +299,7 @@ class Builder {
         $this->withOption( 'PROXY', $proxy );
         $this->withOption( 'PROXY', $proxy );
 
 
         if( !empty($port) ) {
         if( !empty($port) ) {
-            $this->withOption( 'PROXYPORT', $proxy );
+            $this->withOption( 'PROXYPORT', $port );
         }
         }
 
 
         if( !empty($type) ) {
         if( !empty($type) ) {