Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15478160
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
Tue, Apr 8, 8:51 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7737043
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