Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-09-04 13:41:59 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-04 13:41:59 +0300
commit9e966060c40b875b3f523af6db8e5751f3f92e11 (patch)
tree33ccc37d198cbdc2a918528fae82d65755ff863b
parent78263784fd847dc5d09fc84859b36541f0b456b5 (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/Backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Backend.php b/lib/Backend.php
index ddf5340..77528ae 100644
--- a/lib/Backend.php
+++ b/lib/Backend.php
@@ -83,7 +83,7 @@ class Backend {
}
$classification = $objectData['classification'] ?? CalDavBackend::CLASSIFICATION_PUBLIC;
- $action = $action . '_' . $object['type'];
+ $action .= '_' . $object['type'];
list ($dateTime, $hasTime) = $this->getNearestDateTime($objectData['calendardata']);
$now = new \DateTime();