mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:34 +02:00
Fix user filter for merge
This commit is contained in:
@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user