From: Mikael Nordfeldth Date: Mon, 18 Jan 2016 23:01:30 +0000 (+0100) Subject: end_str, not start_str X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=358684a5ed186c7a7dc4d520a5443162b5e41d8b;p=quix0rs-gnu-social.git end_str, not start_str --- diff --git a/plugins/Event/actions/newevent.php b/plugins/Event/actions/newevent.php index 402acea035..370fe6822b 100644 --- a/plugins/Event/actions/newevent.php +++ b/plugins/Event/actions/newevent.php @@ -139,7 +139,7 @@ class NeweventAction extends FormAction common_date_iso8601($start_str)); $actobj->extra[] = array('dtend', array('xmlns' => 'urn:ietf:params:xml:ns:xcal'), - common_date_iso8601($start_str)); + common_date_iso8601($end_str)); $actobj->extra[] = array('location', false, $location); $actobj->extra[] = array('url', false, $url);