diff options
-rw-r--r-- | engine/lib/entities.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 426102e38..e32939ceb 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -796,6 +796,7 @@ $end = get_day_end($day,$month,$year);
$this->calendar_start = $start;
+ $this->calendar_end = $end;
return true;
}
|