forked from extern/egroupware
quitent warning when vfs trys to delete an in the db non-existing file
This commit is contained in:
parent
64df327afb
commit
f4dd877cff
@ -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