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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/calendar/ajax/moveevent.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/ajax/moveevent.php b/apps/calendar/ajax/moveevent.php
index 6e87b64a1c7..f380fe9bf29 100644
--- a/apps/calendar/ajax/moveevent.php
+++ b/apps/calendar/ajax/moveevent.php
@@ -71,6 +71,7 @@ if(strlen($newdate) > 10){
$newdatestringarray[1] = "00:00";
}else{
$allday = false;
+ $difference = 3600;
}
}else{
$newdatestringarray = array();