@@ -175,7 +175,7 @@ |
||
175 | 175 | $end_str = $end->toW3cString(); |
176 | 176 | |
177 | 177 | $data = [ |
178 | - 'status' => $this->ended ? ['CLOSE'] : ['OPEN','CLOSE'], |
|
178 | + 'status' => $this->ended ? ['CLOSE'] : ['OPEN', 'CLOSE'], |
|
179 | 179 | 'start' => [ |
180 | 180 | 'from' => strtotime($start_str) . '000', |
181 | 181 | 'to' => strtotime($end_str) . '000', |