summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-07-10 21:30:52 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-07-10 21:30:52 -0400
commitb1482562335c30c4df4cbd3c74a3c18739a53aa9 (patch)
tree07fcce6c972d212c03889d9719f90792da01ba5b /core
parenta7416b1cd8386bfef5c2911c2f7ec39e5a67d7ef (diff)
downloadnextcloud-server-b1482562335c30c4df4cbd3c74a3c18739a53aa9.tar.gz
nextcloud-server-b1482562335c30c4df4cbd3c74a3c18739a53aa9.zip
Get rid of sneaky error_log() that got left behind
Diffstat (limited to 'core')
-rw-r--r--core/ajax/share.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/share.php b/core/ajax/share.php
index ee2dac18319..33eea22352f 100644
--- a/core/ajax/share.php
+++ b/core/ajax/share.php
@@ -26,7 +26,6 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['item']
$item = OCP\Util::sanitizeHTML($_POST['item']);
switch ($_POST['action']) {
case 'share':
- error_log($_POST['item']);
if (isset($_POST['shareType']) && isset($_POST['shareWith']) && isset($_POST['permissions'])) {
$shareType = OCP\Util::sanitizeHTML($_POST['shareType']);
$shareWith = OCP\Util::sanitizeHTML($_POST['shareWith']);