aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-07-16 11:46:13 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-07-16 12:10:52 +0200
commitde69c05f992dde91beab513c4f452d9b5985aa0a (patch)
tree5094646330337d8c290fc5329bf7518521fb2aa9 /apps
parent7d8a8e78fa7afad6a004341b67cab19f7a4eccf8 (diff)
downloadnextcloud-server-de69c05f992dde91beab513c4f452d9b5985aa0a.tar.gz
nextcloud-server-de69c05f992dde91beab513c4f452d9b5985aa0a.zip
make sure that the crypt library is loaded
Diffstat (limited to 'apps')
-rw-r--r--apps/files_encryption/files/error.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index f925442612d..b436587dfaf 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');