Get rid of sneaky error_log() that got left behind

remotes/origin/stable45
Michael Gapczynski 13 years ago
parent a7416b1cd8
commit b148256233
  1. 1
      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']);

Loading…
Cancel
Save