Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682532
D25330.1734663051.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
567 B
Referenced Files
None
Subscribers
None
D25330.1734663051.diff
View Options
diff --git a/src/applications/diffusion/document/DiffusionDocumentRenderingEngine.php b/src/applications/diffusion/document/DiffusionDocumentRenderingEngine.php
--- a/src/applications/diffusion/document/DiffusionDocumentRenderingEngine.php
+++ b/src/applications/diffusion/document/DiffusionDocumentRenderingEngine.php
@@ -87,7 +87,7 @@
$ref->setSymbolMetadata($this->getSymbolMetadata());
$coverage = $drequest->loadCoverage();
- if (strlen($coverage)) {
+ if (phutil_nonempty_string($coverage)) {
$ref->addCoverage($coverage);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 02:50 (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016410
Default Alt Text
D25330.1734663051.diff (567 B)
Attached To
Mode
D25330: Update DiffusionDocumentRenderingEngine to cope with null code coverage in PHP 8.1
Attached
Detach File
Event Timeline
Log In to Comment