Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 11:45:28 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 11:45:28 +0300
commitf29189f2006cbc2a6a188a616483151b6b971881 (patch)
tree3a200dc75831a4dcb30076a71951fae9b1e4056d /lib
parent5d2fdfe0b5214bd35bc9842cb6aa53f70aff125d (diff)
Rename admin security settings template
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Settings/Admin/Security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Settings/Admin/Security.php b/lib/private/Settings/Admin/Security.php
index 8475e3d8995..dd80d4d3ae6 100644
--- a/lib/private/Settings/Admin/Security.php
+++ b/lib/private/Settings/Admin/Security.php
@@ -70,7 +70,7 @@ class Security implements ISettings {
'encryptionModules' => $encryptionModuleList,
];
- return new TemplateResponse('settings', 'settings/admin/encryption', $parameters, '');
+ return new TemplateResponse('settings', 'settings/admin/security', $parameters, '');
}
/**