Skip to content

Commit cdf7c0e

Browse files
committed
Fix path error
1 parent 2d96f5c commit cdf7c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iwsy/resources/ecs/fileman.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Upload:
302302
else
303303
begin
304304
put CurrentPath into Path
305-
if IsHome put `uupload/` cat Password cat `/` cat Email cat `/` cat Password cat `/` cat Path into Path
305+
if IsHome put `uupload/` cat Email cat `/` cat Password cat `/` cat Path into Path
306306
else put `upload/` cat AdminPassword cat `/` cat Path into Path
307307
upload UploadFile to Path with UploadProgress and UploadStatus
308308
goto Browser

0 commit comments

Comments
 (0)