Skip to content

Commit b9ee7cd

Browse files
Prep for merge
1 parent a08023a commit b9ee7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panoramapublic/src/org/labkey/panoramapublic/PanoramaPublicController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4723,7 +4723,7 @@ private static FileLike getLocalFile(Container container, String fileName) throw
47234723
}
47244724
else
47254725
{
4726-
return FileSystemLike.wrapFile(fileRoot.resolve(fileName));
4726+
return FileSystemLike.wrapFile(fileRoot).resolveChild(fileName);
47274727
}
47284728
}
47294729
}

0 commit comments

Comments
 (0)