mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
Fix call to undefined method calendar_uiviews::_get_planner_users() breaks multi-user weekly calendar on home.
This commit is contained in:
parent
7289d57a3f
commit
c067d4bfe4
@ -686,7 +686,7 @@ class calendar_uiviews extends calendar_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach(array_keys($this->_get_planner_users(false)) as $uid)
|
||||
foreach($users as $uid)
|
||||
{
|
||||
$search_params['users'] = $uid;
|
||||
$content['view'][] = $this->tagWholeDayOnTop($this->bo->search($search_params))
|
||||
|
Loading…
Reference in New Issue
Block a user