[Pkg-owncloud-commits] [owncloud] 34/59: make sure that the crypt library is loaded

David Prévot taffit at moszumanska.debian.org
Fri Jul 18 16:19:28 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit ec30cc4f21b644e9bb3b084771f885f57182c518
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Wed Jul 16 11:46:13 2014 +0200

    make sure that the crypt library is loaded
---
 apps/files_encryption/files/error.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index f925442..b436587 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -2,6 +2,7 @@
 
 if (!isset($_)) { //also provide standalone error page
 	require_once __DIR__ . '/../../../lib/base.php';
+	require_once __DIR__ . '/../lib/crypt.php';
 
 	$l = OC_L10N::get('files_encryption');
 

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