mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Accidently removed a close (putted it back)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user