Skip to content

Commit 18783e7

Browse files
authored
kml_export fixed typo
1 parent 0ef9f5f commit 18783e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/kml_export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ local function create_kml_file(storage, image_table, extra_data)
100100

101101
-- Creates dir if not exsists
102102
imageFoldername = "files"..PS
103-
df.mkdir(df.sanitize_filename(xportDirectory..PS..imageFoldername))
103+
df.mkdir(df.sanitize_filename(exportDirectory..PS..imageFoldername))
104104
end
105105

106106
-- Create the thumbnails

0 commit comments

Comments
 (0)