]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Merge pull request #3110 from tobiasd/20170127-translationdocs
[friendica.git] / mod / dfrn_confirm.php
index 57ddc58f2c034e4091353dfcf1688129bcac5bf6..e2ce806275b79f5319e4e64cee3f5cf4dc6d4efa 100644 (file)
@@ -224,9 +224,7 @@ function dfrn_confirm_post(App $a, $handsfree = null) {
                         *
                         */
 
-                       $a->config['system']['curl_timeout'] = 120;
-
-                       $res = post_url($dfrn_confirm,$params);
+                       $res = post_url($dfrn_confirm, $params, null, $redirects, 120);
 
                        logger(' Confirm: received data: ' . $res, LOGGER_DATA);