[Pkg-owncloud-commits] [owncloud] 45/50: force loading of encryption app
David Prévot
taffit at moszumanska.debian.org
Fri Oct 17 03:12:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.6RC1
in repository owncloud.
commit af975293395975708d03c027e2c74863e597ea73
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 317cea0..ea3eec6 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) {
--
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