fix uploading files to the users root directory
This commit is contained in:
parent
3f8e4e2a30
commit
043e62ffd9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if( !OC_User::isLoggedIn()){
|
|||
$files=$_FILES['files'];
|
||||
|
||||
$dir = $_POST['dir'];
|
||||
if(!empty($dir)) $dir .= '/';
|
||||
$dir .= '/';
|
||||
$error='';
|
||||
|
||||
$totalSize=0;
|
||||
|
|
Loading…
Reference in a new issue