From dd0ebcede2ae163fda19996311cd643631ca3637 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 12 Nov 2013 18:48:31 +0100 Subject: [PATCH] fixPartialFilePath() is now stripPartialFileExtension() --- apps/files_encryption/lib/stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_encryption/lib/stream.php b/apps/files_encryption/lib/stream.php index 6e2b2ceb27b..069d9145a28 100644 --- a/apps/files_encryption/lib/stream.php +++ b/apps/files_encryption/lib/stream.php @@ -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); -- 2.39.5