force loading of encryption app
This commit is contained in:
parent
c88d517e88
commit
14571d4103
|
@ -4,6 +4,9 @@ if (!isset($_)) { //also provide standalone error page
|
||||||
require_once __DIR__ . '/../../../lib/base.php';
|
require_once __DIR__ . '/../../../lib/base.php';
|
||||||
require_once __DIR__ . '/../lib/crypt.php';
|
require_once __DIR__ . '/../lib/crypt.php';
|
||||||
|
|
||||||
|
OC_JSON::checkAppEnabled('files_encryption');
|
||||||
|
OC_App::loadApp('files_encryption');
|
||||||
|
|
||||||
$l = \OC::$server->getL10N('files_encryption');
|
$l = \OC::$server->getL10N('files_encryption');
|
||||||
|
|
||||||
if (isset($_GET['errorCode'])) {
|
if (isset($_GET['errorCode'])) {
|
||||||
|
|
Loading…
Reference in New Issue