diff --git a/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php b/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php index b0cb844e9a..eee6b46751 100644 --- a/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php +++ b/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php @@ -55,7 +55,7 @@ final class PhabricatorCalendarEventEditor if ($xaction->getTransactionType() != $type_allday) { continue; } - $target_alllday = (bool)$xaction->getNewValue(); + $new_allday = (bool)$xaction->getNewValue(); } $this->oldIsAllDay = $old_allday;