Skip to content

Commit

Permalink
Fix : 'function' instead of 'method'
Browse files Browse the repository at this point in the history
  • Loading branch information
s-renier-taonix-fr authored and f3l1x committed Feb 13, 2023
1 parent 60a7ee1 commit 51411ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,7 @@ function setProxy($proxyhost, $proxyport, $proxyusername = '', $proxypassword =
}
} else {
$this->debug('remove proxy');
unsetHeader('Proxy-Authorization');
$this->unsetHeader('Proxy-Authorization');
}
}

Expand Down

0 comments on commit 51411ae

Please sign in to comment.