Skip to content
Snippets Groups Projects
Commit 338db48c authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9541 from owncloud/force_loading_of_encryption_app

force loading of encryption app to show correct error
parents dd6b0b13 14571d41
Branches
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.
Please register or to comment