mirror of
https://github.com/Eleirbag89/MastodonBotPHP
synced 2024-12-30 14:57:15 +01:00
parent
e8dc19ccb8
commit
794ddd0267
@ -37,7 +37,7 @@
|
||||
$reply = curl_exec($ch);
|
||||
|
||||
if (!$reply) {
|
||||
return json_encode(['ok'=>false, 'curl_error_code' => curl_errno($ch_status), 'curl_error' => curl_error(ch_status)]);
|
||||
return json_encode(['ok'=>false, 'curl_error_code' => curl_errno($ch), 'curl_error' => curl_error($ch)]);
|
||||
}
|
||||
curl_close($ch);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user