Page MenuHomePhabricator

D16954.diff
No OneTemporary

D16954.diff

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

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 8:43 PM (2 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6738803
Default Alt Text
D16954.diff (563 B)

Event Timeline