diff options
Diffstat (limited to 'apps/files_encryption/files/error.php')
-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'); |