summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-18 10:11:20 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-18 10:11:20 +0200
commit171b7ebffe96c4f6bd326652a6c12118956e39ca (patch)
treee3e625b27be669527d068a93e7cec16c8e2744b7 /apps
parente52639e4e64d31c6aec3bb4b865bee8a84db08f2 (diff)
downloadnextcloud-server-171b7ebffe96c4f6bd326652a6c12118956e39ca.tar.gz
nextcloud-server-171b7ebffe96c4f6bd326652a6c12118956e39ca.zip
remove debug output
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/api.php b/apps/files_sharing/lib/api.php
index 87841150de7..b88850bf17d 100644
--- a/apps/files_sharing/lib/api.php
+++ b/apps/files_sharing/lib/api.php
@@ -317,7 +317,7 @@ class Api {
if (!$checkExists) {
return new \OC_OCS_Result(null, 404, "share doesn't exists, can't change password");
}
- error_log("type: $itemType");
+
$result = \OCP\Share::shareItem(
$itemType,
$itemSource,