diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-06 21:45:43 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-06 21:45:43 -0800 |
commit | f57fcefe6bc70ef06fcf61a204a15b142c030ac5 (patch) | |
tree | 3d9e9598b327d5fbcf7ffc059924f3c49d9151f0 | |
parent | 43a5f928bae3d886dd355497d63ad961425cb3c4 (diff) | |
download | volse-hubzilla-f57fcefe6bc70ef06fcf61a204a15b142c030ac5.tar.gz volse-hubzilla-f57fcefe6bc70ef06fcf61a204a15b142c030ac5.tar.bz2 volse-hubzilla-f57fcefe6bc70ef06fcf61a204a15b142c030ac5.zip |
signature issue
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php index f976dcc35..d37da05f7 100644 --- a/include/network.php +++ b/include/network.php @@ -233,7 +233,7 @@ function z_post_url($url, $params, $redirects = 0, $opts = array()) { return $ret; if(! array_key_exists('request_target',$opts)) { - $opts['request_target'] = 'get ' . get_request_string($url); + $opts['request_target'] = 'post ' . get_request_string($url); } @curl_setopt($ch, CURLOPT_HEADER, true); |