Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13991023
D13299.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
877 B
Referenced Files
None
Subscribers
None
D13299.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 8:11 AM (4 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6731215
Default Alt Text
D13299.diff (877 B)
Attached To
Mode
D13299: Fix a fatal in Calendar widget in Conpherence
Attached
Detach File
Event Timeline
Log In to Comment