Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18234875
D12336.id29640.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
555 B
Referenced Files
None
Subscribers
None
D12336.id29640.diff
View Options
diff --git a/src/applications/conpherence/storage/ConpherenceThread.php b/src/applications/conpherence/storage/ConpherenceThread.php
--- a/src/applications/conpherence/storage/ConpherenceThread.php
+++ b/src/applications/conpherence/storage/ConpherenceThread.php
@@ -190,7 +190,10 @@
if ($phid == $user->getPHID()) {
continue;
}
- $handle = $handles[$phid];
+ $handle = idx($handles, $phid);
+ if (!$handle) {
+ continue;
+ }
if ($subtitle) {
if ($final) {
$subtitle .= '...';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 21 2025, 6:46 PM (9 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9030271
Default Alt Text
D12336.id29640.diff (555 B)
Attached To
Mode
D12336: Conpherence - fix a fatal
Attached
Detach File
Event Timeline
Log In to Comment