Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2869132
D25206.1736694667.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
476 B
Referenced Files
None
Subscribers
None
D25206.1736694667.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 15:11 (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112620
Default Alt Text
D25206.1736694667.diff (476 B)
Attached To
Mode
D25206: Fix PHP 8.1 "strlen(null)" exception from ArcanistRefView which blocks "arc look remotes"
Attached
Detach File
Event Timeline
Log In to Comment