diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-30 11:39:30 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-30 11:39:30 +0100 |
commit | abbacbacb44b26d7909c4f28c76621646417ca48 (patch) | |
tree | 1e6d0cf5ec48d72163f76701a1e63c33fa753186 /apps/files_encryption | |
parent | 6e77fa46f2be1c037fd473604d9b6bf51395b6af (diff) | |
download | nextcloud-server-abbacbacb44b26d7909c4f28c76621646417ca48.tar.gz nextcloud-server-abbacbacb44b26d7909c4f28c76621646417ca48.zip |
remove unused variable
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/settings-admin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_encryption/settings-admin.php b/apps/files_encryption/settings-admin.php index 351bb652d9d..9ad9bfb8877 100644 --- a/apps/files_encryption/settings-admin.php +++ b/apps/files_encryption/settings-admin.php @@ -11,8 +11,6 @@ $tmpl = new OCP\Template('files_encryption', 'settings-admin'); // Check if an adminRecovery account is enabled for recovering files after lost pwd -$view = new OC_FilesystemView(''); - $recoveryAdminEnabled = OC_Appconfig::getValue('files_encryption', 'recoveryAdminEnabled', '0'); $tmpl->assign('recoveryEnabled', $recoveryAdminEnabled); |