Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14048460
D14906.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
646 B
Referenced Files
None
Subscribers
None
D14906.diff
View Options
diff --git a/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php b/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php
--- a/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php
+++ b/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php
@@ -204,6 +204,10 @@
}
break;
case PhabricatorOwnersPackageTransaction::TYPE_PATHS:
+ if (!$xactions) {
+ continue;
+ }
+
$old = mpull($object->getPaths(), 'getRef');
foreach ($xactions as $xaction) {
$new = $xaction->getNewValue();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 7:49 AM (4 d, 53 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6741861
Default Alt Text
D14906.diff (646 B)
Attached To
Mode
D14906: Fix an excessively aggressive transaction check in Owners
Attached
Detach File
Event Timeline
Log In to Comment