Skip to content
Snippets Groups Projects
Commit 043e62ff authored by Robin Appelman's avatar Robin Appelman
Browse files

fix uploading files to the users root directory

parent 3f8e4e2a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if( !OC_User::isLoggedIn()){
$files=$_FILES['files'];
$dir = $_POST['dir'];
if(!empty($dir)) $dir .= '/';
$dir .= '/';
$error='';
$totalSize=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment