mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Get rid of sneaky error_log() that got left behind
This commit is contained in:
parent
a7416b1cd8
commit
b148256233
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue