]> source.dussan.org Git - nextcloud-server.git/commitdiff
make sure that the crypt library is loaded
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 16 Jul 2014 09:46:13 +0000 (11:46 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 16 Jul 2014 10:10:52 +0000 (12:10 +0200)
apps/files_encryption/files/error.php

index f925442612d632928a1c0b674f4eef16f06a8e42..b436587dfaf47492b9abb2a59ee4eebd953a8e08 100644 (file)
@@ -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');