diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-11-07 10:15:40 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-11-07 10:15:40 +0100 |
commit | c23dfa0d23ea479fc51ba27f948c1f4ee88e6c49 (patch) | |
tree | 4a9753b66e5a4788b0efc732b60db540fe4ce764 /include/network.php | |
parent | b08de33b0bf6cb866f430899ea7769faaa560622 (diff) | |
parent | f57fcefe6bc70ef06fcf61a204a15b142c030ac5 (diff) | |
download | volse-hubzilla-c23dfa0d23ea479fc51ba27f948c1f4ee88e6c49.tar.gz volse-hubzilla-c23dfa0d23ea479fc51ba27f948c1f4ee88e6c49.tar.bz2 volse-hubzilla-c23dfa0d23ea479fc51ba27f948c1f4ee88e6c49.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/network.php')
-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); |