fix path, needs to be relative to data/

This commit is contained in:
Björn Schießle 2013-05-21 12:22:03 +02:00
parent 64591cf754
commit 4c27c7e199
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}