Move internal recursion-counter to the end of all cur/fetchUrl parameters
This commit is contained in:
@@ -209,7 +209,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
|
||||
*
|
||||
*/
|
||||
|
||||
$res = Network::post($dfrn_confirm, $params, null, $redirects, 120)->getBody();
|
||||
$res = Network::post($dfrn_confirm, $params, null, 120)->getBody();
|
||||
|
||||
Logger::log(' Confirm: received data: ' . $res, Logger::DATA);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user