mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
remove duplicate loaded personal.js - fixes #12674
This commit is contained in:
parent
f219f5a7a6
commit
b9fab7441c
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ $result = false;
|
|||
if ($recoveryAdminEnabled || !$privateKeySet) {
|
||||
|
||||
\OCP\Util::addscript('files_encryption', 'settings-personal');
|
||||
\OCP\Util::addScript('settings', 'personal');
|
||||
|
||||
$tmpl->assign('recoveryEnabled', $recoveryAdminEnabled);
|
||||
$tmpl->assign('recoveryEnabledForUser', $recoveryEnabledForUser);
|
||||
|
|
|
|||
Loading…
Reference in a new issue