Page MenuHomePhorge

D25365.1734770535.diff
No OneTemporary

D25365.1734770535.diff

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

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)

Event Timeline