From 7454af0c79a961c070d9ae55effc94b05f57edcd Mon Sep 17 00:00:00 2001 From: krzaczek Date: Tue, 4 Oct 2011 16:08:14 +0200 Subject: [PATCH] apps files_sharing - fix in share.js to check the "can edit" checkbox - there was a bug in share.js so the checbox was always unchecked --- apps/files_sharing/js/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index 4056d693bf..4457dddbe1 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -224,7 +224,7 @@ function addUser(uid_shared_with, permissions, parentFolder) { var user = '
  • '; user += ''; user += uid_shared_with; - user += ''; + user += ''; user += ''; user += '
  • '; }