mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
remove curl_close as it has no effect since php8.0 (https://www.php.net/manual/en/function.curl-close.php)
This commit is contained in:
@@ -272,7 +272,6 @@ class Eqslmethods_model extends CI_Model {
|
||||
|
||||
$result = curl_exec($ch);
|
||||
$chi = curl_getinfo($ch);
|
||||
curl_close($ch);
|
||||
|
||||
/* Time for some error handling
|
||||
Things we might get back
|
||||
|
||||
Reference in New Issue
Block a user