diff --git a/frontend/views/event/_objects.php b/frontend/views/event/_objects.php index 93ff0a1..ddce34b 100755 --- a/frontend/views/event/_objects.php +++ b/frontend/views/event/_objects.php @@ -20,7 +20,7 @@ FlipclockAsset::register($this); end_at) && strtotime($model->end_at) > strtotime(date("Y-m-d"))){ + if(!empty($model->end_at) && strtotime($model->end_at) > strtotime(date("Y-m-d H:i:s"))){ ?>
- + -- libgit2 0.21.4