[Pkg-owncloud-commits] [owncloud] 54/165: Fix display name of encryption modules

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:06:25 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 4d238c3949894f464575aea626b14053a25cb7d6
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Sat Apr 18 10:18:58 2015 +0200

    Fix display name of encryption modules
---
 lib/private/encryption/manager.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/private/encryption/manager.php b/lib/private/encryption/manager.php
index e01054c..7a3f175 100644
--- a/lib/private/encryption/manager.php
+++ b/lib/private/encryption/manager.php
@@ -106,11 +106,11 @@ class Manager implements IManager {
 			$this->setDefaultEncryptionModule($id);
 		}
 
-		$this->encryptionModules[$id] = array(
+		$this->encryptionModules[$id] = [
 			'id' => $id,
-			'displayName' => 'displayName',
-			'callback' => $callback
-		);
+			'displayName' => $displayName,
+			'callback' => $callback,
+		];
 	}
 
 	/**

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