Vvveb icon indicating copy to clipboard operation
Vvveb copied to clipboard

Getting curl_error()

Open LeonardoG67 opened this issue 1 year ago • 1 comments

in system/functions.php move line 1556 curl_close($ch); to a new line 1604

1603               }
1604		curl_close($ch);
1605	}

LeonardoG67 avatar Aug 19 '24 19:08 LeonardoG67

Thanks for the bug report, I moved curl_close at the end.

givanz avatar Aug 20 '24 12:08 givanz