fix path, needs to be relative to data/

remotes/origin/stable6
Björn Schießle 2013-05-21 12:22:03 +07:00
parent 64591cf754
commit 4c27c7e199
1 changed files with 1 additions and 1 deletions

@ -484,7 +484,7 @@ class Proxy extends \OC_FileProxy
$fileInfo['unencrypted_size'] = $size;
// put file info
$view->putFileInfo($path_f, $fileInfo);
$view->putFileInfo($path, $fileInfo);
}
}
}