forked from extern/egroupware
quitent warning when vfs trys to delete an in the db non-existing file
This commit is contained in:
parent
8dbfd58e6e
commit
ef51f663b7
@ -1558,7 +1558,7 @@
|
||||
{
|
||||
if ($this->file_actions)
|
||||
{
|
||||
$rr = unlink ($p->real_full_path);
|
||||
$rr = @unlink ($p->real_full_path);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user