Page MenuHomePhorge

D25365.1726910613.diff
No OneTemporary

D25365.1726910613.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, Sep 21, 09:23 (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893734
Default Alt Text
D25365.1726910613.diff (566 B)

Event Timeline