[Pkg-owncloud-commits] [owncloud] 56/165: Fix dummy encryption module registration

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:06:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 491e5901652474fdf30fcab5d1deb8e8193dc5de
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Sat Apr 18 10:20:32 2015 +0200

    Fix dummy encryption module registration
---
 apps/encryption_dummy/appinfo/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/encryption_dummy/appinfo/app.php b/apps/encryption_dummy/appinfo/app.php
index fa17e67..f04886f 100644
--- a/apps/encryption_dummy/appinfo/app.php
+++ b/apps/encryption_dummy/appinfo/app.php
@@ -2,5 +2,5 @@
 
 $manager = \OC::$server->getEncryptionManager();
 $module = new \OCA\Encryption_Dummy\DummyModule();
-$manager->registerEncryptionModule($module);
+$manager->registerEncryptionModule('OC_DUMMY_MODULE', 'Dummy Encryption Module', $module);
 

-- 
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