mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed "PHP Catchable fatal error: Argument 1 passed to nextmatch_widget::egw_actions() must be an array, string given"
This commit is contained in:
parent
7548d5c1e2
commit
a1e8b468b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user