Vvveb
Vvveb copied to clipboard
Getting curl_error()
in system/functions.php move line 1556 curl_close($ch);
to a new line 1604
1603 }
1604 curl_close($ch);
1605 }
Thanks for the bug report, I moved curl_close at the end.