From: Georg Ehrke Date: Sat, 1 Oct 2011 18:36:20 +0000 (+0200) Subject: removed bug, that you can't change time in week view, when event was an allday event X-Git-Tag: v3.0~101^2~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=50007f2d40bd026bb43d1071d7be17632c62566c;p=nextcloud-server.git removed bug, that you can't change time in week view, when event was an allday event --- diff --git a/apps/calendar/ajax/moveevent.php b/apps/calendar/ajax/moveevent.php index 725894ab43c..6e87b64a1c7 100644 --- a/apps/calendar/ajax/moveevent.php +++ b/apps/calendar/ajax/moveevent.php @@ -69,6 +69,8 @@ if(strlen($newdate) > 10){ if($newdatestringarray[1] == "allday"){ $allday = true; $newdatestringarray[1] = "00:00"; + }else{ + $allday = false; } }else{ $newdatestringarray = array();