fix uploading files to the users root directory

This commit is contained in:
Robin Appelman 2011-08-21 14:28:44 +02:00
parent 3f8e4e2a30
commit 043e62ffd9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if( !OC_User::isLoggedIn()){
$files=$_FILES['files'];
$dir = $_POST['dir'];
if(!empty($dir)) $dir .= '/';
$dir .= '/';
$error='';
$totalSize=0;