diff options
Diffstat (limited to 'apps/calendar/ajax/moveevent.php')
-rw-r--r-- | apps/calendar/ajax/moveevent.php | 1 |
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(); |