diff options
Diffstat (limited to 'apps/calendar')
-rw-r--r-- | apps/calendar/ajax/moveevent.php | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |