From eb29b2984cf81f25df42d59ce1d5c9a9b307763c Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 6 May 2014 19:20:49 +0200 Subject: use oc_preferences instead of oc_encryption to store encyption settings --- apps/files_encryption/lib/crypt.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_encryption/lib/crypt.php') diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 694791810c9..ee2c4024e09 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -43,6 +43,7 @@ class Crypt { * return encryption mode client or server side encryption * @param string $user name (use system wide setting if name=null) * @return string 'client' or 'server' + * @note at the moment we only support server side encryption */ public static function mode($user = null) { -- cgit v1.2.3