Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14053919
D16954.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
563 B
Referenced Files
None
Subscribers
None
D16954.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16954: Fix an issue where internal Calendar DateTimes would not be correctly set to all-day
Attached
Detach File
Event Timeline
Log In to Comment