Skip to content
Snippets Groups Projects
Commit abbacbac authored by Björn Schießle's avatar Björn Schießle
Browse files

remove unused variable

parent 6e77fa46
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment