Page MenuHomePhabricator

D12336.id29640.diff
No OneTemporary

D12336.id29640.diff

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

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)

Event Timeline