From de69c05f992dde91beab513c4f452d9b5985aa0a Mon Sep 17 00:00:00 2001
From: Bjoern Schiessle <schiessle@owncloud.com>
Date: Wed, 16 Jul 2014 11:46:13 +0200
Subject: [PATCH] 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 f925442612..b436587dfa 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');
 
-- 
GitLab