Forgot to remove error log messages...

This commit is contained in:
Michael Gapczynski 2012-04-25 11:54:16 -04:00
parent b369adbd94
commit 7d9587bab3
1 changed files with 0 additions and 3 deletions

View File

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