mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fixPartialFilePath() is now stripPartialFileExtension()
This commit is contained in:
parent
e2fb8d7128
commit
dd0ebcede2
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ class Stream {
|
|||
|
||||
// we need to update the file info for the real file, not for the
|
||||
// part file.
|
||||
$path = Helper::fixPartialFilePath($this->rawPath);
|
||||
$path = Helper::stripPartialFileExtension($this->rawPath);
|
||||
|
||||
// get file info
|
||||
$fileInfo = $this->rootView->getFileInfo($path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue