fix typo in template directory config

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
pull/25799/head
Sascha Wiswedel 3 years ago
parent 86678ba5df
commit a58cc13e2b

@ -330,7 +330,7 @@ $CONFIG = [
* ``skeletondirectory`` is defined, otherwise the shipped templates will be used
* to create a template directory for the user.
*/
'templatesdirectory' => '/path/to/nextcloud/templates',
'templatedirectory' => '/path/to/nextcloud/templates',
/**
* If your user backend does not allow password resets (e.g. when it's a

Loading…
Cancel
Save