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:52 +00:00
parent 7548d5c1e2
commit a1e8b468b4

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