Browse Source

Merge pull request #316 from emarguin/fix_comment_doc

remove 'overwrite' comment
Julio 10 years ago
parent
commit
e55a78ae30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/ajax/document.ajax.php

+ 1 - 1
main/inc/ajax/document.ajax.php

@@ -33,7 +33,7 @@ switch($action) {
                 $_FILES,
                 $_POST['curdirpath'],
                 $file['name'],
-                'overwrite',
+                '', // comment
                 0,
                 $ifExists,
                 false,