Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18823697
D14906.id36027.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.id36027.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, Oct 24, 12:59 PM (3 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
11833828
Default Alt Text
D14906.id36027.diff (646 B)
Attached To
Mode
D14906: Fix an excessively aggressive transaction check in Owners
Attached
Detach File
Event Timeline
Log In to Comment