fixed "PHP Catchable fatal error: Argument 1 passed to nextmatch_widget::egw_actions() must be an array, string given"

This commit is contained in:
Ralf Becker 2012-05-16 09:22:10 +00:00
parent aed30a9370
commit 21cda45334

View File

@ -767,7 +767,7 @@ class calendar_uilist extends calendar_ui
'caption' => 'Change your status',
'icon' => 'check',
'prefix' => 'status-',
'children' => lang($status),
'children' => $status,
'group' => ++$group,
);
++$group; // integration with other apps: infolog, calendar, filemanager