diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 10:45:28 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 10:45:28 +0200 |
commit | f29189f2006cbc2a6a188a616483151b6b971881 (patch) | |
tree | 3a200dc75831a4dcb30076a71951fae9b1e4056d /lib/private/Settings | |
parent | 5d2fdfe0b5214bd35bc9842cb6aa53f70aff125d (diff) | |
download | nextcloud-server-f29189f2006cbc2a6a188a616483151b6b971881.tar.gz nextcloud-server-f29189f2006cbc2a6a188a616483151b6b971881.zip |
Rename admin security settings template
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Settings')
-rw-r--r-- | lib/private/Settings/Admin/Security.php | 2 |
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, ''); } /** |