diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-26 14:45:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-26 14:45:22 +0100 |
commit | 17e7b276f6c647bc65cb34dfcb1c395e528ef8a3 (patch) | |
tree | f2e11be847229780ae3dd18c40ecacc0411ed182 /include/event.php | |
parent | 306ce3819ebdf761085b9a1247f62e01bf4c5adf (diff) | |
download | volse-hubzilla-17e7b276f6c647bc65cb34dfcb1c395e528ef8a3.tar.gz volse-hubzilla-17e7b276f6c647bc65cb34dfcb1c395e528ef8a3.tar.bz2 volse-hubzilla-17e7b276f6c647bc65cb34dfcb1c395e528ef8a3.zip |
we also need nofinish in the object. css fices
Diffstat (limited to 'include/event.php')
-rw-r--r-- | include/event.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/event.php b/include/event.php index a3765a145..539bfe484 100644 --- a/include/event.php +++ b/include/event.php @@ -789,6 +789,7 @@ function event_store_item($arr, $event) { 'title' => $arr['summary'], 'start' => $arr['start'], 'finish' => $arr['finish'], + 'nofinish' => $arr['nofinish'], 'description' => $arr['description'], 'location' => $arr['location'], 'adjust' => $arr['adjust'], @@ -933,6 +934,7 @@ function event_store_item($arr, $event) { 'title' => $arr['summary'], 'start' => $arr['start'], 'finish' => $arr['finish'], + 'nofinish' => $arr['nofinish'], 'description' => $arr['description'], 'location' => $arr['location'], 'adjust' => $arr['adjust'], |