Skip to content
Snippets Groups Projects
Commit 9f56c0b6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't try to delete offline files when removing from filebase.

Reported by DaiTengu via eye are sea.
parent 6d153a1f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -66,7 +66,7 @@ for(var i in dir_list) {
if(options.test)
removed++;
else {
if(!base.remove(file, /* delete: */true))
if(!base.remove(file, /* delete: */false))
alert(base.error);
else
removed++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment