mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-02 13:53:09 +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->table_plugins[$day] = 'day'; // Current day
|
||||||
}
|
}
|
||||||
$this->query = $GLOBALS['egw']->session->appsession('session_data','calendar');
|
$this->query = $GLOBALS['egw']->session->appsession('session_data','calendar');
|
||||||
|
$this->query['users'] = explode(',', $this->query['owner']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user