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:19:11 +00:00
parent 64df327afb
commit f4dd877cff

View File

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