aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-06 21:44:57 -0800
committerzotlabs <mike@macgirvin.com>2018-11-06 21:44:57 -0800
commita5483a03c90967eea58f5a0db17c59c4ec3ff2ff (patch)
treef6eeea81ff1770c0178f7946fbbf2823b000839e /include/network.php
parentbb8b3b92913832750a393533f491725b4330a8e1 (diff)
downloadvolse-hubzilla-a5483a03c90967eea58f5a0db17c59c4ec3ff2ff.tar.gz
volse-hubzilla-a5483a03c90967eea58f5a0db17c59c4ec3ff2ff.tar.bz2
volse-hubzilla-a5483a03c90967eea58f5a0db17c59c4ec3ff2ff.zip
fix signatures
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php2
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);