diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-16 11:46:13 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-16 12:10:52 +0200 |
commit | de69c05f992dde91beab513c4f452d9b5985aa0a (patch) | |
tree | 5094646330337d8c290fc5329bf7518521fb2aa9 /apps | |
parent | 7d8a8e78fa7afad6a004341b67cab19f7a4eccf8 (diff) | |
download | nextcloud-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.php | 1 |
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'); |