зеркало из https://github.com/nextcloud/server.git
use normalizePath to have a proper target path
This commit is contained in:
Родитель
4c707d1b1f
Коммит
74cf3b5dfb
|
@ -65,9 +65,7 @@ if($source) {
|
|||
$target=$dir.'/'.$filename;
|
||||
$result=OC_Filesystem::file_put_contents($target, $sourceStream);
|
||||
if($result) {
|
||||
if($target[0] != '/') {
|
||||
$target = '/'.$target;
|
||||
}
|
||||
$target = OC_Filesystem::normalizePath($target);
|
||||
$meta = OC_FileCache::get($target);
|
||||
$mime=$meta['mimetype'];
|
||||
$id = OC_FileCache::getId($target);
|
||||
|
|
Загрузка…
Ссылка в новой задаче