Rename admin security settings template

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-10-08 10:45:28 +02:00
parent 5d2fdfe0b5
commit f29189f200
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8
2 changed files with 1 additions and 1 deletions

View file

@ -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, '');
}
/**