[Pkg-owncloud-commits] [owncloud] 03/34: force loading of encryption app
David Prévot
taffit at moszumanska.debian.org
Fri Oct 17 01:32:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 686a43ccf324d34b664cc92549d2263fd366d544
Author: Lukas Reschke <lukas at owncloud.com>
Date: Wed Sep 17 17:12:06 2014 +0200
force loading of encryption app
---
apps/files_encryption/files/error.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index b436587..f022f92 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -6,6 +6,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) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list