aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-09 07:50:51 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-09 07:50:51 +0000
commitd8babe5672b47c76a269bbae275a6e8e381bb82b (patch)
tree4067c67b495b717d105478298718da403b507f47 /engine/lib/entities.php
parentb2950cce276d6e4da3778932c3953cf54c014f46 (diff)
downloadelgg-d8babe5672b47c76a269bbae275a6e8e381bb82b.tar.gz
elgg-d8babe5672b47c76a269bbae275a6e8e381bb82b.tar.bz2
Closes #720: setCalendarTimeAndDuration() now saves end time correctly.
git-svn-id: https://code.elgg.org/elgg/trunk@2680 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php1
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;
}