quitent warning when vfs trys to delete an in the db non-existing file

This commit is contained in:
Ralf Becker 2007-07-16 09:18:16 +00:00
parent 8dbfd58e6e
commit ef51f663b7

View File

@ -1558,7 +1558,7 @@
{
if ($this->file_actions)
{
$rr = unlink ($p->real_full_path);
$rr = @unlink ($p->real_full_path);
}
else
{