Open LeonardoG67 opened 3 months ago
in system/functions.php move line 1556 curl_close($ch); to a new line 1604
curl_close($ch);
1603 } 1604 curl_close($ch); 1605 }
Thanks for the bug report, I moved curl_close at the end.
curl_close
in system/functions.php move line 1556
curl_close($ch);
to a new line 1604