Skip to content

Commit

Permalink
Fix bug in Etherpad API: allow user to create non private pads
Browse files Browse the repository at this point in the history
  • Loading branch information
otetard committed Aug 18, 2016
1 parent fe6dd30 commit 4f59af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ownpad.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ OC.Plugins.register('OCA.Files.FileList', OCA.FilesOwnpad);

if(self._etherpadAPIEnabled === true) {
newFileMenu.addMenuEntry({
id: 'etherpad',
id: 'etherpad-api',
displayName: t('ownpad', 'Protected Pad'),
templateName: t('ownpad', 'New protected pad.pad'),
iconClass: 'icon-filetype-etherpad',
Expand Down

0 comments on commit 4f59af8

Please sign in to comment.