]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixPartialFilePath() is now stripPartialFileExtension()
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)
apps/files_encryption/lib/stream.php

index 6e2b2ceb27b1bd043098b9ca2965ebea8315204d..069d9145a289659f8026183d6698d8669fffa508 100644 (file)
@@ -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);