From 7d9587bab339fac0f8789d57180520a7d8e0a85c Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Wed, 25 Apr 2012 11:54:16 -0400 Subject: Forgot to remove error log messages... --- apps/files_sharing/ajax/toggleresharing.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/files_sharing') diff --git a/apps/files_sharing/ajax/toggleresharing.php b/apps/files_sharing/ajax/toggleresharing.php index fd16b208be1..72af1eedec1 100644 --- a/apps/files_sharing/ajax/toggleresharing.php +++ b/apps/files_sharing/ajax/toggleresharing.php @@ -4,12 +4,9 @@ require_once('../../../lib/base.php'); OC_JSON::checkAppEnabled('files_sharing'); OC_JSON::checkAdminUser(); -error_log($_POST['resharing']); if ($_POST['resharing'] == true) { - error_log("enabling"); OC_Appconfig::setValue('files_sharing', 'resharing', 'yes'); } else { - error_log("disabling"); OC_Appconfig::setValue('files_sharing', 'resharing', 'no'); } -- cgit v1.2.3