mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
(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