[Pkg-owncloud-commits] [owncloud] 17/111: fixPartialFilePath() is now stripPartialFileExtension()

David Prévot taffit at moszumanska.debian.org
Wed Nov 20 21:38:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit dd0ebcede2ae163fda19996311cd643631ca3637
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Tue Nov 12 18:48:31 2013 +0100

    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 6e2b2ce..069d914 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list