mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
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