change default behavior of delete function
This commit is contained in:
parent
f1fc105f49
commit
006437f670
@ -210,7 +210,7 @@ class JsonDatabase implements IJsonUnflattener
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!is_file($objPath))
|
if (!is_file($objPath))
|
||||||
return true;
|
return false;
|
||||||
|
|
||||||
return unlink($objPath);
|
return unlink($objPath);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user