Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399401
D16398.id39435.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
575 B
Referenced Files
None
Subscribers
None
D16398.id39435.diff
View Options
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -1533,7 +1533,7 @@
foreach ($packages as $key => $package) {
$package_phid = $package->getPHID();
- if ($authority[$package_phid]) {
+ if (isset($authority[$package_phid])) {
unset($packages[$key]);
continue;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 18 2025, 4:24 AM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223619
Default Alt Text
D16398.id39435.diff (575 B)
Attached To
Mode
D16398: Fix bad array index test in Differential package code
Attached
Detach File
Event Timeline
Log In to Comment