Accidently removed a close (putted it back)

This commit is contained in:
int2001
2024-10-23 05:08:25 +00:00
parent 3e8be711b6
commit 64eced3f94

View File

@@ -139,6 +139,8 @@ class Contestcalendar extends CI_Controller {
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
$rssRawData = curl_exec($ch);
curl_close($ch);
if ($rssRawData === FALSE) {
$msg = "Something went wrong with fetching the Contest Data";
log_message('error', $msg);