Page MenuHomePhabricator

D13299.diff
No OneTemporary

D13299.diff

diff --git a/src/applications/conpherence/controller/ConpherenceWidgetController.php b/src/applications/conpherence/controller/ConpherenceWidgetController.php
--- a/src/applications/conpherence/controller/ConpherenceWidgetController.php
+++ b/src/applications/conpherence/controller/ConpherenceWidgetController.php
@@ -310,8 +310,14 @@
$user,
$time_str);
- $secondary_info = pht('%s, %s',
- $handles[$status->getUserPHID()]->getName(), $epoch_range);
+ if (isset($handles[$status->getUserPHID()])) {
+ $secondary_info = pht(
+ '%s, %s',
+ $handles[$status->getUserPHID()]->getName(),
+ $epoch_range);
+ } else {
+ $secondary_info = $epoch_range;
+ }
$content[] = phutil_tag(
'div',

File Metadata

Mime Type
text/plain
Expires
May 13 2024, 11:52 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6294202
Default Alt Text
D13299.diff (877 B)

Event Timeline