From: Lukas Reschke Date: Wed, 17 Sep 2014 15:12:06 +0000 (+0200) Subject: force loading of encryption app X-Git-Tag: v8.0.0alpha1~667^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=14571d41038970cf214daf986efdc70952ff2350;p=nextcloud-server.git force loading of encryption app --- diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php index c33a5a531f5..b801c17bd40 100644 --- a/apps/files_encryption/files/error.php +++ b/apps/files_encryption/files/error.php @@ -4,6 +4,9 @@ if (!isset($_)) { //also provide standalone error page require_once __DIR__ . '/../../../lib/base.php'; require_once __DIR__ . '/../lib/crypt.php'; + OC_JSON::checkAppEnabled('files_encryption'); + OC_App::loadApp('files_encryption'); + $l = \OC::$server->getL10N('files_encryption'); if (isset($_GET['errorCode'])) {