Page MenuHomePhabricator

D8554.id.diff
No OneTemporary

D8554.id.diff

diff --git a/src/applications/herald/controller/HeraldTranscriptController.php b/src/applications/herald/controller/HeraldTranscriptController.php
--- a/src/applications/herald/controller/HeraldTranscriptController.php
+++ b/src/applications/herald/controller/HeraldTranscriptController.php
@@ -297,7 +297,9 @@
default:
if ($target) {
foreach ($target as $k => $phid) {
- $target[$k] = $handles[$phid]->getName();
+ if (isset($handles[$phid])) {
+ $target[$k] = $handles[$phid]->getName();
+ }
}
$target = implode("\n", $target);
} else {

File Metadata

Mime Type
text/plain
Expires
Oct 1 2025, 10:59 PM (12 w, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8424750
Default Alt Text
D8554.id.diff (664 B)

Event Timeline