givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
384 stars 82 forks source link

Getting curl_error() #181

Open LeonardoG67 opened 3 months ago

LeonardoG67 commented 3 months ago

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

1603               }
1604        curl_close($ch);
1605    }
givanz commented 3 months ago

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