diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-20 14:16:20 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-20 14:16:20 -0400 |
commit | c9082d5b0d1fa8be7c916208a661388a108c6919 (patch) | |
tree | 62adb7958bfd450707b9f3852d08f45bc58e0013 /apps/files_sharing/ajax | |
parent | 029b21bf5464e52af159920cfb00dcedeb189e3b (diff) | |
download | nextcloud-server-c9082d5b0d1fa8be7c916208a661388a108c6919.tar.gz nextcloud-server-c9082d5b0d1fa8be7c916208a661388a108c6919.zip |
Append number to name if target file already exists
Diffstat (limited to 'apps/files_sharing/ajax')
-rw-r--r-- | apps/files_sharing/ajax/unshare.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/unshare.php b/apps/files_sharing/ajax/unshare.php index 3207a972c93..d70cf44c3eb 100644 --- a/apps/files_sharing/ajax/unshare.php +++ b/apps/files_sharing/ajax/unshare.php @@ -6,7 +6,6 @@ require_once('../lib_share.php'); $source = $_GET['source']; $uid_shared_with = array($_GET['uid_shared_with']); -error_log("deleteitem called".$source.$uid_shared_with); OC_SHARE::unshare($source, $uid_shared_with); ?>
\ No newline at end of file |