diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-05 11:18:35 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-05 11:18:35 -0400 |
commit | 843f8aca7ce89e1aa3d7379a5f06c4e7f340c2c8 (patch) | |
tree | 3a98393f29ca676d9c8ab9ae60f3b52c2c146699 /apps/files_sharing/ajax | |
parent | 8f01abf054d577f923437871a3d6f873317c9544 (diff) | |
download | nextcloud-server-843f8aca7ce89e1aa3d7379a5f06c4e7f340c2c8.tar.gz nextcloud-server-843f8aca7ce89e1aa3d7379a5f06c4e7f340c2c8.zip |
Full support for making and deleting public links from share dropdown
Diffstat (limited to 'apps/files_sharing/ajax')
-rw-r--r-- | apps/files_sharing/ajax/getitem.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/getitem.php b/apps/files_sharing/ajax/getitem.php index a074510363f..580b6ca5585 100644 --- a/apps/files_sharing/ajax/getitem.php +++ b/apps/files_sharing/ajax/getitem.php @@ -5,6 +5,5 @@ require_once('../../../lib/base.php'); require_once('../lib_share.php'); $source = "/".OC_User::getUser()."/files".$_GET['source']; -error_log($source); echo json_encode(OC_Share::getMySharedItem($source)); ?>
\ No newline at end of file |