Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682313
D25162.1734653621.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
528 B
Referenced Files
None
Subscribers
None
D25162.1734653621.diff
View Options
diff --git a/src/applications/transactions/editengine/PhabricatorEditEngineSubtype.php b/src/applications/transactions/editengine/PhabricatorEditEngineSubtype.php
--- a/src/applications/transactions/editengine/PhabricatorEditEngineSubtype.php
+++ b/src/applications/transactions/editengine/PhabricatorEditEngineSubtype.php
@@ -89,7 +89,7 @@
}
public function hasTagView() {
- return (bool)strlen($this->getTagText());
+ return phutil_nonempty_string($this->getTagText());
}
public function newTagView() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 00:13 (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016261
Default Alt Text
D25162.1734653621.diff (528 B)
Attached To
Mode
D25162: Fix PHP 8.1 "strlen(null)" exception which blocks rendering list of Active/All projects
Attached
Detach File
Event Timeline
Log In to Comment