mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix for bug #261: PHP error on Planner by category and Planner by user
This commit is contained in:
parent
b080fa16bb
commit
de0ddd43ba
@ -1361,6 +1361,8 @@ class uiviews extends uical
|
||||
{
|
||||
$sort2label = $this->_get_planner_users();
|
||||
}
|
||||
if (!is_array($events)) $events = array();
|
||||
|
||||
foreach($events as $key => $event)
|
||||
{
|
||||
if ($by_cat === false) // planner by user
|
||||
|
Loading…
Reference in New Issue
Block a user