[Pkg-owncloud-commits] [owncloud] 65/111: call error page with session as parameter

David Prévot taffit at moszumanska.debian.org
Wed Nov 20 21:38:43 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 82f30d37ca484c9011bacafe8b76ef2c3c38b180
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Sun Nov 17 13:23:07 2013 +0100

    call error page with session as parameter
---
 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 5ce5caf..4bf61e3 100644
--- a/apps/files_encryption/lib/stream.php
+++ b/apps/files_encryption/lib/stream.php
@@ -484,7 +484,7 @@ class Stream {
 			}
 
 			// if private key is not valid redirect user to a error page
-			\OCA\Encryption\Helper::redirectToErrorPage();
+			\OCA\Encryption\Helper::redirectToErrorPage($this->session);
 		}
 
 		if (

-- 
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