Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-17 19:12:06 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2014-10-13 13:55:05 +0400
commitaf975293395975708d03c027e2c74863e597ea73 (patch)
tree9f43044f7a300de34c64792d7a034391810fd515
parent3844585f915dad6daadeda13a273becf2447726d (diff)
force loading of encryption app
-rw-r--r--apps/files_encryption/files/error.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index 317cea05a12..ea3eec688f3 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -5,6 +5,9 @@ if (!isset($_)) { //also provide standalone error page
$l = OC_L10N::get('files_encryption');
+ OC_JSON::checkAppEnabled('files_encryption');
+ OC_App::loadApp('files_encryption');
+
if (isset($_GET['errorCode'])) {
$errorCode = $_GET['errorCode'];
switch ($errorCode) {