Skip to content

Commit fe53d29

Browse files
authored
Merge pull request #167 from easycoder/dev
Fix path error
2 parents 94d7a70 + cdf7c0e commit fe53d29

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)