fix use of old egw_vfs class instead of new Api\Vfs

This commit is contained in:
Ralf Becker 2017-01-19 15:30:12 +01:00
parent 5bec908624
commit 0c8012374a

View File

@ -340,7 +340,7 @@ class resources_bo
unset($resource['own_file']);
break;
}
elseif(@egw_vfs::stat('/apps/resources/'.$resource['res_id'].'/'.self::PICTURE_NAME))
elseif(@Vfs::stat('/apps/resources/'.$resource['res_id'].'/'.self::PICTURE_NAME))
{
break;
}