mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix user filter for merge
This commit is contained in:
parent
4c4f2e5e32
commit
077122e03f
@ -83,6 +83,7 @@ class calendar_merge extends bo_merge
|
||||
$this->table_plugins[$day] = 'day'; // Current day
|
||||
}
|
||||
$this->query = $GLOBALS['egw']->session->appsession('session_data','calendar');
|
||||
$this->query['users'] = explode(',', $this->query['owner']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user