mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 10:09:10 +01:00
Api: Fix Asyncservice did not have proper filesystem access as the job user
This commit is contained in:
parent
5cf5d4dcbb
commit
d45ae8f330
@ -239,7 +239,10 @@ class timesheet_ui extends timesheet_bo
|
|||||||
if ($this->data['old_pm_id'])
|
if ($this->data['old_pm_id'])
|
||||||
{
|
{
|
||||||
Link::unlink2(0,TIMESHEET_APP,$content['link_to']['to_id'],0,'projectmanager',$this->data['old_pm_id']);
|
Link::unlink2(0,TIMESHEET_APP,$content['link_to']['to_id'],0,'projectmanager',$this->data['old_pm_id']);
|
||||||
|
if(is_array($content['link_to']['to_id']))
|
||||||
|
{
|
||||||
unset($content['link_to']['to_id']['projectmanager:' . $this->data['old_pm_id']]);
|
unset($content['link_to']['to_id']['projectmanager:' . $this->data['old_pm_id']]);
|
||||||
|
}
|
||||||
unset($this->data['old_pm_id']);
|
unset($this->data['old_pm_id']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user