thanks for the hint! So we should speed up the usage check or at least add a possibility to turn it off.
Just for now: The usage check gets triggered in plugins/filebrowser/classes/filebrowser.php, function deleteFile(). You can stop it by outcommenting or deleting the if-clause at the lines 211- 220 (
- Code: Select all
if (is_array($this->fileIsLinked($file))){
// some code
}
KR
Martin

