Skip to content
Snippets Groups Projects
Commit 14571d41 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

force loading of encryption app

parent c88d517e
No related branches found
No related tags found
No related merge requests found
......@@ -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'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment