From 86a521ca804f325a62f63f80f413a2bda0e892cc Mon Sep 17 00:00:00 2001 From: Armanveer Gill Date: Fri, 13 Dec 2024 10:38:02 -0500 Subject: [PATCH] Fix date array --- config/dates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dates.php b/config/dates.php index 695049f..e66a2fd 100644 --- a/config/dates.php +++ b/config/dates.php @@ -74,7 +74,7 @@ $dates = array('fairdate' => array() , 'regclose' => array(), 'postparticipants' => array(), 'postwinners' => array(), - 'judgeregopen' => array(), + 'judgeregopen' => datesarray(), 'judgeregclose' => array(), 'judgescheduleavailable' => array(), 'specawardregopen' => array(),