Skip to content

Commit 26f54f9

Browse files
committed
Fix issue which prevented the deletion of files or folders
1 parent 93fe035 commit 26f54f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testStack/behaviors/stackbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ command checkWritePermission
379379
# CHECKING WRITE PERMISSIONS, SO KEEP LOG DATA OF PUT METHOD
380380
put TRUE into sKeepLogData
381381

382-
put deleteFileFolder(tURI) into tDeleteResult
382+
put deleteFileFolder(tURI, tReqID) into tDeleteResult
383383
end if
384384
put "can write result:" && line 1 of tServerResponse & "," && "delete result:" && tDeleteResult
385385
end checkWritePermission

0 commit comments

Comments
 (0)