Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15292459
D16793.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
645 B
Referenced Files
None
Subscribers
None
D16793.diff
View Options
diff --git a/src/applications/calendar/import/PhabricatorCalendarImportEngine.php b/src/applications/calendar/import/PhabricatorCalendarImportEngine.php
--- a/src/applications/calendar/import/PhabricatorCalendarImportEngine.php
+++ b/src/applications/calendar/import/PhabricatorCalendarImportEngine.php
@@ -331,7 +331,7 @@
foreach ($update_map as $full_uid => $event) {
$parent_uid = $this->getParentNodeUID($node_map[$full_uid]);
if ($parent_uid) {
- $parent_phid = $update_map[$full_uid]->getPHID();
+ $parent_phid = $update_map[$parent_uid]->getPHID();
} else {
$parent_phid = null;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 2:19 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228476
Default Alt Text
D16793.diff (645 B)
Attached To
Mode
D16793: Fix a bug which could cause imported events to set themselves as their own parents
Attached
Detach File
Event Timeline
Log In to Comment