From d8babe5672b47c76a269bbae275a6e8e381bb82b Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 9 Feb 2009 07:50:51 +0000 Subject: Closes #720: setCalendarTimeAndDuration() now saves end time correctly. git-svn-id: https://code.elgg.org/elgg/trunk@2680 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine') 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; } -- cgit v1.2.3