Minor - removing error_log.

1.9.x
Julio Montoya 12 years ago
parent d22a1778c4
commit b2dda01962
  1. 1
      main/inc/lib/fileUpload.lib.php

@ -256,7 +256,6 @@ function handle_uploaded_document(
$files_perm = api_get_permissions_for_new_files(); $files_perm = api_get_permissions_for_new_files();
// What to do if the target file exists // What to do if the target file exists
error_log($what_if_file_exists);
switch ($what_if_file_exists) { switch ($what_if_file_exists) {
// Overwrite the file if it exists // Overwrite the file if it exists
case 'overwrite': case 'overwrite':

Loading…
Cancel
Save