Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2693840
D25365.1734770535.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
566 B
Referenced Files
None
Subscribers
None
D25365.1734770535.diff
View Options
diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php b/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
--- a/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
+++ b/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
@@ -102,7 +102,7 @@
$obj->setDuration((float)idx($dict, 'duration'));
$path = idx($dict, 'path');
- if (strlen($path)) {
+ if ($path !== null && strlen($path)) {
$obj->setProperty('path', $path);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 08:42 (2 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021160
Default Alt Text
D25365.1734770535.diff (566 B)
Attached To
Mode
D25365: Fix HarbormasterBuildUnitMessage PHP 8.1 strlen(null) error
Attached
Detach File
Event Timeline
Log In to Comment