mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +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'];
|
$setopts = $options['curl_setopt'];
|
||||||
}
|
}
|
||||||
if(is_array($setopts)) {
|
if(is_array($setopts)) {
|
||||||
curl_setopt_array($curl, $options['curl']);
|
curl_setopt_array($curl, $setopts);
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = curl_exec($curl);
|
$result = curl_exec($curl);
|
||||||
|
Reference in New Issue
Block a user