Page MenuHomePhorge

D25206.1736695209.diff
No OneTemporary

D25206.1736695209.diff

diff --git a/src/ref/ArcanistRefView.php b/src/ref/ArcanistRefView.php
--- a/src/ref/ArcanistRefView.php
+++ b/src/ref/ArcanistRefView.php
@@ -72,6 +72,11 @@
$object_name = $this->getObjectName();
$title = $this->getTitle();
+ // Our goal here is to work with strings, defaults or not
+ if ($title === null) {
+ $title = '';
+ }
+
if ($object_name !== null) {
$reserve_width = phutil_utf8_console_strlen($object_name) + 1;
} else {

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 15:20 (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112620
Default Alt Text
D25206.1736695209.diff (476 B)

Event Timeline