Get rid of sneaky error_log() that got left behind

This commit is contained in:
Michael Gapczynski 2012-07-10 21:30:52 -04:00
parent a7416b1cd8
commit b148256233

View file

@ -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']);