mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:38 +02: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
aed30a9370
commit
21cda45334
@ -767,7 +767,7 @@ class calendar_uilist extends calendar_ui
|
|||||||
'caption' => 'Change your status',
|
'caption' => 'Change your status',
|
||||||
'icon' => 'check',
|
'icon' => 'check',
|
||||||
'prefix' => 'status-',
|
'prefix' => 'status-',
|
||||||
'children' => lang($status),
|
'children' => $status,
|
||||||
'group' => ++$group,
|
'group' => ++$group,
|
||||||
);
|
);
|
||||||
++$group; // integration with other apps: infolog, calendar, filemanager
|
++$group; // integration with other apps: infolog, calendar, filemanager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user