Fix "New" button in collabEditor dialog no longer working

This commit is contained in:
Hadi Nategh 2017-09-27 18:51:52 +02:00
parent 9f4f62c7aa
commit a2df97005c

View File

@ -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
),