forked from extern/egroupware
(re-)set VFS user for vfs access rights, when user of async job changes
This commit is contained in:
parent
697d1cdbac
commit
0f3be64360
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user