Fix incorrect owner/group showing for planner on home

This commit is contained in:
Nathan Gray 2016-02-23 21:47:33 +00:00
parent 3930dd4c5c
commit b2d1f0edbe

View File

@ -530,6 +530,7 @@ class calendar_uiviews extends calendar_ui
$tmpl->setElementAttribute('planner','start_date', egw_time::to($this->first, egw_time::ET2));
$tmpl->setElementAttribute('planner','end_date', egw_time::to($this->last, egw_time::ET2));
$tmpl->setElementAttribute('planner','owner', $search_params['users']);
$tmpl->setElementAttribute('planner','group_by', $this->sortby);
// Get the actions
$tmpl->setElementAttribute('planner','actions',$this->get_actions());