Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893340
D25153.1737224105.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
386 B
Referenced Files
None
Subscribers
None
D25153.1737224105.diff
View Options
diff --git a/src/view/phui/PHUITagView.php b/src/view/phui/PHUITagView.php
--- a/src/view/phui/PHUITagView.php
+++ b/src/view/phui/PHUITagView.php
@@ -126,7 +126,7 @@
}
protected function getTagName() {
- return strlen($this->href) ? 'a' : 'span';
+ return phutil_nonempty_string($this->href) ? 'a' : 'span';
}
public function setContextObject($context_object) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 18:15 (18 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127332
Default Alt Text
D25153.1737224105.diff (386 B)
Attached To
Mode
D25153: Fix PHP 8.1 "strlen(null)" exception which blocks rendering the Projects page (and log alien values)
Attached
Detach File
Event Timeline
Log In to Comment