mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Fix issue processwire/processwire-issues#1388
This commit is contained in:
@@ -930,7 +930,7 @@ class WireHttp extends Wire {
|
||||
$setopts = $options['curl_setopt'];
|
||||
}
|
||||
if(is_array($setopts)) {
|
||||
curl_setopt_array($curl, $options['curl']);
|
||||
curl_setopt_array($curl, $setopts);
|
||||
}
|
||||
|
||||
$result = curl_exec($curl);
|
||||
|
Reference in New Issue
Block a user