aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/ajax/upload.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php
index c60e1a3752a..3ac8ef59560 100644
--- a/apps/files/ajax/upload.php
+++ b/apps/files/ajax/upload.php
@@ -31,7 +31,6 @@ foreach ($_FILES['files']['error'] as $error) {
$files=$_FILES['files'];
$dir = $_POST['dir'];
-$dir .= '/';
$error='';
$totalSize=0;