remove unused variable

remotes/origin/stable6
Bjoern Schiessle 12 years ago
parent 6e77fa46f2
commit abbacbacb4
  1. 2
      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);

Loading…
Cancel
Save