(re-)set VFS user for vfs access rights, when user of async job changes

This commit is contained in:
Ralf Becker 2014-06-17 06:52:52 +00:00
parent 697d1cdbac
commit 0f3be64360

View File

@ -425,6 +425,9 @@ class asyncservice
{
translation::init();
}
// set VFS user for vfs access rights
egw_vfs::$user = $job['account_id'];
egw_vfs::clearstatcache();
}
else
{