mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix "New" button in collabEditor dialog no longer working
This commit is contained in:
parent
9f4f62c7aa
commit
a2df97005c
@ -1618,7 +1618,7 @@ class filemanager_ui
|
||||
'caption' => 'New',
|
||||
'icon' => 'add',
|
||||
'group' => ++$group,
|
||||
'onExecute' => 'javaScript:app.filemanager.editor_new',
|
||||
'onExecute' => 'javaScript:app.filemanager.create_new',
|
||||
'allowOnMultiple' => false,
|
||||
'toolbarDefault' => true
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user