[Pkg-owncloud-commits] [owncloud] 82/215: Undefined index: default

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01: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 e4c24a6b5c01f26883d530fa13be8828f0ce08af
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Mon Apr 27 12:21:48 2015 +0200

    Undefined index: default
---
 core/command/encryption/listmodules.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/command/encryption/listmodules.php b/core/command/encryption/listmodules.php
index cd29f57..d55480d 100644
--- a/core/command/encryption/listmodules.php
+++ b/core/command/encryption/listmodules.php
@@ -54,7 +54,7 @@ class ListModules extends Base {
 		$encModules = array();
 		foreach ($encryptionModules as $module) {
 			$encModules[$module['id']]['displayName'] = $module['displayName'];
-			$encModules[$module['id']]['default'] .= $module['id'] === $defaultEncryptionModuleId;
+			$encModules[$module['id']]['default'] = $module['id'] === $defaultEncryptionModuleId;
 		}
 		$this->writeModuleList($input, $output, $encModules);
 	}

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